microservice(robocar-oak-camera): new image

This commit is contained in:
Cyrille Nofficial 2022-11-11 18:03:22 +01:00
parent 330345e202
commit eeccf8122a
2 changed files with 5 additions and 4 deletions

View File

@ -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:

View File

@ -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
- name: git.cyrilix.bzh/robocars/robocar-oak-camera
newTag: v0.2.0-28-g7ebd909