Skip to content

Commit

Permalink
Merge pull request #102 from nerc-project/coldfront-nerc-v0.3.4
Browse files Browse the repository at this point in the history
k8s: use latest coldfront-nerc v0.3.4 image
  • Loading branch information
jtriley authored Nov 27, 2023
2 parents e64da56 + 9b0aafb commit a4f120d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.3
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.4
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.3
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.4
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.3
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.4
env:
- name: DATABASE_HOST
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion k8s/overlays/staging/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.3
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.4
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.3
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.4
2 changes: 1 addition & 1 deletion k8s/overlays/staging/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.3
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.4
env:
- name: DATABASE_HOST
valueFrom:
Expand Down

0 comments on commit a4f120d

Please sign in to comment.