robocar-setup/ansible/roles/microservices/files/robocar/common/kustomization.yaml

34 lines
675 B
YAML
Raw Normal View History

2022-01-02 16:33:18 +00:00
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployments.yaml
- services.yaml
- configmap.yaml
images:
- name: docker.io/cyrilix/robocar-arduino
2022-10-07 12:43:05 +00:00
newTag: v0.9.0
2022-01-02 16:33:18 +00:00
- name: docker.io/cyrilix/robocar-led
newTag: v0.5.1
2022-01-02 16:33:18 +00:00
- name: docker.io/cyrilix/robocar-steering-tflite-edgetpu
2022-10-07 12:43:05 +00:00
newTag: v0.5.3
2022-01-02 16:33:18 +00:00
- name: docker.io/cyrilix/robocar-throttle
2022-10-07 12:43:05 +00:00
newTag: v0.6.0
2022-01-02 16:33:18 +00:00
- name: docker.io/cyrilix/robocar-record
newTag: v0.5.1
2022-01-02 16:33:18 +00:00
- name: docker.io/cyrilix/robocar-recorder-store
newTag: v0.2.1
2022-01-02 16:33:18 +00:00
- name: docker.io/cyrilix/robocar-steering
2022-10-07 12:43:05 +00:00
newTag: v0.6.0
2022-01-02 16:33:18 +00:00
- name: docker.io/cyrilix/robocar-road
newTag: v0.2.0