Skip to content

Commit

Permalink
Add images.newTag variable in UAT.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Oct 16, 2023
1 parent ac971c1 commit 83b39ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions kustomize/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
spec:
containers:
- name: itassets
image: ghcr.io/dbca-wa/it-assets
env:
- name: ALLOWED_DOMAINS
value: ".dbca.wa.gov.au"
Expand Down
1 change: 0 additions & 1 deletion kustomize/overlays/uat/deployment_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ spec:
spec:
containers:
- name: itassets
image: ghcr.io/dbca-wa/it-assets
imagePullPolicy: Always
env:
- name: DATABASE_URL
Expand Down
3 changes: 3 additions & 0 deletions kustomize/overlays/uat/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ labels:
pairs:
variant: uat
app: itassets-uat
images:
- name: ghcr.io/dbca-wa/it-assets
newTag: latest
patches:
- path: clusterip_patch.yaml
- path: deployment_patch.yaml
Expand Down

0 comments on commit 83b39ea

Please sign in to comment.