Skip to content

Commit 04a154e

Browse files
authored
chore(jwa): image update
related to StatCan/aaw#1752
1 parent cace14c commit 04a154e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kustomize/apps/jupyter-web-app/base/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
containers:
1010
- name: jupyter-web-app
1111
imagePullPolicy: IfNotPresent
12-
image: k8scc01covidacr.azurecr.io/jupyter-apis:b94d20577244d7c80277d0f5bbc0afd7f0ccbfb3
12+
image: k8scc01covidacr.azurecr.io/jupyter-apis:0c452f74047420567c806628cdce07949089253d
1313
env:
1414
- name: UI
1515
value: default
@@ -57,7 +57,7 @@ spec:
5757
initContainers:
5858
- name: copy-jwa-static-files
5959
# Change for the image I just built
60-
image: k8scc01covidacr.azurecr.io/jupyter-apis:b94d20577244d7c80277d0f5bbc0afd7f0ccbfb3
60+
image: k8scc01covidacr.azurecr.io/jupyter-apis:0c452f74047420567c806628cdce07949089253d
6161
# image: k3d-s3proxy-registry:5050/s3proxy-dev:latest
6262
command: [sh, -c]
6363
args: ["cp -r /src/dist/frontend/* /etc/nginx/html/"]

0 commit comments

Comments
 (0)