Switch image references from SHA pins to high-performance-latest tag which is pushed on every CI build and never pruned.
9 lines
234 B
YAML
9 lines
234 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../base
|
|
patchesStrategicMerge:
|
|
- replicas-patch.yaml
|
|
images:
|
|
- name: registry.nxtgauge.com/nxtgauge-admin-solid
|
|
newTag: high-performance-latest
|