2022-01-02 16:33:18 +00:00
|
|
|
---
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
namespace: robocar
|
|
|
|
|
|
|
|
resources:
|
2024-01-13 17:26:23 +00:00
|
|
|
- ../common-car
|
2022-01-02 16:33:18 +00:00
|
|
|
- deployments.yaml
|
2022-09-04 16:05:32 +00:00
|
|
|
- configmap.yaml
|
2022-01-02 16:33:18 +00:00
|
|
|
|
|
|
|
images:
|
|
|
|
- name: docker.io/cyrilix/robocar-camera
|
2024-01-13 17:26:23 +00:00
|
|
|
newTag: v0.3.1
|
2022-01-02 16:33:18 +00:00
|
|
|
|
|
|
|
- name: docker.io/cyrilix/robocar-pca9685
|
2022-06-16 14:02:57 +00:00
|
|
|
newTag: v0.6.4
|
2022-01-28 17:07:36 +00:00
|
|
|
|
2022-11-11 17:03:22 +00:00
|
|
|
- name: git.cyrilix.bzh/robocars/robocar-oak-camera
|
2024-03-09 15:00:54 +00:00
|
|
|
#newTag: v0.5.0-2-gfb5b351 # Enable disparity
|
|
|
|
newTag: v0.5.0-6-g01e2c8c # disparity filters
|
|
|
|
#newTag: v0.5.0
|