diff --git a/ansible/roles/microservices/files/robocar/car/deployments.yaml b/ansible/roles/microservices/files/robocar/car/deployments.yaml index ca9433d..1bb0f15 100644 --- a/ansible/roles/microservices/files/robocar/car/deployments.yaml +++ b/ansible/roles/microservices/files/robocar/car/deployments.yaml @@ -103,11 +103,12 @@ spec: spec: containers: - name: camera - image: docker.io/cyrilix/robocar-oak-camera + image: git.cyrilix.bzh/robocars/robocar-oak-camera args: - "--image-width=$(CAMERA_WIDTH)" - "--image-height=$(CAMERA_HEIGHT)" - "--objects-threshold=$(THRESHOLD_OBJECTS)" + - "--log=info" securityContext: runAsUser: 1234 privileged: true @@ -146,7 +147,7 @@ spec: - name: THRESHOLD_OBJECTS valueFrom: configMapKeyRef: - key: THRESHOLD + key: OBJECTS_THRESHOLD name: robocar-objects - name: CAMERA_WIDTH valueFrom: diff --git a/ansible/roles/microservices/files/robocar/car/kustomization.yaml b/ansible/roles/microservices/files/robocar/car/kustomization.yaml index 426348a..8332308 100644 --- a/ansible/roles/microservices/files/robocar/car/kustomization.yaml +++ b/ansible/roles/microservices/files/robocar/car/kustomization.yaml @@ -16,5 +16,5 @@ images: - name: docker.io/cyrilix/robocar-pca9685 newTag: v0.6.4 - - name: docker.io/cyrilix/robocar-oak-camera - newTag: v0.2.0 \ No newline at end of file + - name: git.cyrilix.bzh/robocars/robocar-oak-camera + newTag: v0.2.0-28-g7ebd909