Skip to content

Commit

Permalink
Update image tag version in prod overlay.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Jan 11, 2024
1 parent eb76098 commit 2c21175
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions kustomize/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ resources:
- ingress.yaml
- pdb.yaml
- pvc.yaml
configMapGenerator:
- name: mapproxy-configmap
files:
- mapproxy.yaml
labels:
- includeSelectors: true
pairs:
variant: prod
images:
- name: ghcr.io/dbca-wa/mapproxy
newTag: 1.16.0
patches:
- path: deployment_patch.yaml
- path: service_patch.yaml
configMapGenerator:
- name: mapproxy-configmap
files:
- mapproxy.yaml
images:
- name: ghcr.io/dbca-wa/mapproxy
newTag: 2.0.2

0 comments on commit 2c21175

Please sign in to comment.