Skip to content

chore(jwa): image update #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kustomize/apps/jupyter-web-app/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
containers:
- name: jupyter-web-app
imagePullPolicy: IfNotPresent
image: k8scc01covidacr.azurecr.io/jupyter-apis:b94d20577244d7c80277d0f5bbc0afd7f0ccbfb3
image: k8scc01covidacr.azurecr.io/jupyter-apis:0c452f74047420567c806628cdce07949089253d
env:
- name: UI
value: default
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
initContainers:
- name: copy-jwa-static-files
# Change for the image I just built
image: k8scc01covidacr.azurecr.io/jupyter-apis:b94d20577244d7c80277d0f5bbc0afd7f0ccbfb3
image: k8scc01covidacr.azurecr.io/jupyter-apis:0c452f74047420567c806628cdce07949089253d
# image: k3d-s3proxy-registry:5050/s3proxy-dev:latest
command: [sh, -c]
args: ["cp -r /src/dist/frontend/* /etc/nginx/html/"]
Expand Down