From eeccf8122a0cc1a0b3ad297b23f6c9e838981f09 Mon Sep 17 00:00:00 2001 From: Cyrille Nofficial Date: Fri, 11 Nov 2022 18:03:22 +0100 Subject: [PATCH] microservice(robocar-oak-camera): new image --- .../roles/microservices/files/robocar/car/deployments.yaml | 5 +++-- .../roles/microservices/files/robocar/car/kustomization.yaml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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