Skip to content

Commit

Permalink
Merge pull request #96 from nerc-project/k8s-prod-coldfront-nerc-v0.3.3
Browse files Browse the repository at this point in the history
k8s: bump prod to v0.3.3
  • Loading branch information
jtriley authored Jul 17, 2023
2 parents 2f6a8ac + c5b54c9 commit 56b5a59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/overlays/prod/patches/coldfront-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: coldfront
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.2
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.3
env:
- name: DATABASE_HOST
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ spec:
spec:
initContainers:
- name: coldfront-static-files-copy
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.2
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.3
2 changes: 1 addition & 1 deletion k8s/overlays/prod/patches/qcluster-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: coldfront-qcluster
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.2
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.3
env:
- name: DATABASE_HOST
valueFrom:
Expand Down

0 comments on commit 56b5a59

Please sign in to comment.