Skip to content

Commit 721ec2e

Browse files
authored
Merge pull request #131 from nerc-project/k8s-prod-v0.3.11
prod: bump to coldfront-nerc v0.3.11
2 parents df1fca0 + 61f698c commit 721ec2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

k8s/overlays/prod/patches/coldfront-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
spec:
88
containers:
99
- name: coldfront
10-
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.10
10+
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.11
1111
env:
1212
- name: DATABASE_HOST
1313
valueFrom:

k8s/overlays/prod/patches/coldfront-static-files-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ spec:
77
spec:
88
initContainers:
99
- name: coldfront-static-files-copy
10-
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.10
10+
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.11

k8s/overlays/prod/patches/qcluster-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
spec:
88
containers:
99
- name: coldfront-qcluster
10-
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.10
10+
image: ghcr.io/nerc-project/coldfront-nerc:v0.3.11
1111
env:
1212
- name: DATABASE_HOST
1313
valueFrom:

0 commit comments

Comments
 (0)