Skip to content

Commit

Permalink
Merge pull request #126 from nerc-project/k8s-prod-v0.3.10
Browse files Browse the repository at this point in the history
k8s: bump prod to v0.3.10
  • Loading branch information
jtriley authored Aug 5, 2024
2 parents d5fac28 + 28e6407 commit d1911b9
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.9
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.10
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.9
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.10
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.9
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.10
env:
- name: DATABASE_HOST
valueFrom:
Expand Down

0 comments on commit d1911b9

Please sign in to comment.