Skip to content

Commit

Permalink
SS 599 make sure we use our own images from serve images repo (#90)
Browse files Browse the repository at this point in the history
Update image versions
  • Loading branch information
sandstromviktor authored Oct 31, 2023
1 parent 94bc6a2 commit b5648d0
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/apps/jupyter-lab/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ minio:

appconfig:
port: 8888
image: ghcr.io/scilifelabdatacentre/serve-jupyterlab:231004-1113
image: ghcr.io/scilifelabdatacentre/serve-jupyterlab:231030-1145

service:
name: jupyterlab-svc
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/mlflow-serve/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project:
slug: project-slug

appconfig:
image: ghcr.io/scilifelabdatacentre/serve-mlflow:230216-0853
image: ghcr.io/scilifelabdatacentre/serve-mlflow:231030-1149
port: 5000


Expand Down
2 changes: 1 addition & 1 deletion charts/apps/mlflow/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apps:
appconfig:
port: 5000
uiport: 9090
image: ghcr.io/scilifelabdatacentre/serve-mlflow:230216-0853
image: ghcr.io/scilifelabdatacentre/serve-mlflow:231030-1149

service:
name: mlflow-svc
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/pytorch-serve/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project:
slug: project-slug

appconfig:
image: ghcr.io/scilifelabdatacentre/serve-torchserve:230925-1502
image: ghcr.io/scilifelabdatacentre/serve-torchserve:231030-1146
inference_port: 8080
management_port: 8081
metrics_port: 8082
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/rstudio/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apps:

appconfig:
port: 8787
image: ghcr.io/scilifelabdatacentre/serve-rstudio:latest
image: ghcr.io/scilifelabdatacentre/serve-rstudio:231030-1146

affinity:
nodeAffinity:
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/shinyproxy/chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
{{- end }}
containers:
- name: serve
image: ghcr.io/scilifelabdatacentre/serve-shinyproxy:latest
image: ghcr.io/scilifelabdatacentre/serve-shinyproxy:231030-1144
volumeMounts:
- name: application-conf-{{ .Release.Name }}
mountPath: /opt/shinyproxy/application.yml
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/tensorflow-serve/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project:
slug: project-slug

appconfig:
image: ghcr.io/scilifelabdatacentre/serve-tensorflow:230214-0820
image: ghcr.io/scilifelabdatacentre/serve-tensorflow:231030-1148
port: 8501

context:
Expand Down
8 changes: 4 additions & 4 deletions fixtures/projects_templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"environments": {
"Jupyter Lab": {
"app": "jupyter-lab",
"image": "serve-jupyterlab:230921-1444",
"image": "serve-jupyterlab:231030-1145",
"repository": "ghcr.io/scilifelabdatacentre"
},
"MLflow Serving": {
"app": "mlflow-serve",
"image": "serve-mlflow:230216-0853",
"image": "serve-mlflow:231030-1149",
"repository": "ghcr.io/scilifelabdatacentre"
}
},
Expand Down Expand Up @@ -90,12 +90,12 @@
"environments": {
"Jupyter Lab": {
"app": "jupyter-lab",
"image": "serve-jupyterlab:230921-1444",
"image": "serve-jupyterlab:231030-1145",
"repository": "ghcr.io/scilifelabdatacentre"
},
"MLflow Serving": {
"app": "mlflow-serve",
"image": "serve-mlflow:230216-0853",
"image": "serve-mlflow:231030-1149",
"repository": "ghcr.io/scilifelabdatacentre"
}
},
Expand Down

0 comments on commit b5648d0

Please sign in to comment.