2022-01-02 16:33:18 +00:00
|
|
|
---
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
resources:
|
2022-11-11 17:01:24 +00:00
|
|
|
- namespace.yaml
|
2022-01-02 16:33:18 +00:00
|
|
|
- deployments.yaml
|
|
|
|
- services.yaml
|
|
|
|
- configmap.yaml
|
|
|
|
|
|
|
|
images:
|
|
|
|
|
|
|
|
- name: docker.io/cyrilix/robocar-throttle
|
2024-01-26 11:25:36 +00:00
|
|
|
newTag: v0.9.0
|
2022-01-02 16:33:18 +00:00
|
|
|
|
|
|
|
- name: docker.io/cyrilix/robocar-record
|
2024-01-13 17:26:23 +00:00
|
|
|
newTag: v0.6.0
|
2022-01-02 16:33:18 +00:00
|
|
|
|
|
|
|
- name: docker.io/cyrilix/robocar-recorder-store
|
2024-01-13 17:26:23 +00:00
|
|
|
newTag: v0.3.0
|
2022-01-02 16:33:18 +00:00
|
|
|
|
|
|
|
- name: docker.io/cyrilix/robocar-steering
|
2024-01-26 11:25:36 +00:00
|
|
|
newTag: v0.7.1
|
2022-01-02 16:33:18 +00:00
|
|
|
|
|
|
|
- name: docker.io/cyrilix/robocar-road
|
2022-06-09 15:54:41 +00:00
|
|
|
newTag: v0.2.0
|