diff --git a/charts/apps/jupyter-lab/chart/values.yaml b/charts/apps/jupyter-lab/chart/values.yaml index 7dfcbdce..3068681d 100644 --- a/charts/apps/jupyter-lab/chart/values.yaml +++ b/charts/apps/jupyter-lab/chart/values.yaml @@ -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 diff --git a/charts/apps/mlflow-serve/chart/values.yaml b/charts/apps/mlflow-serve/chart/values.yaml index 84b11542..890df0b5 100644 --- a/charts/apps/mlflow-serve/chart/values.yaml +++ b/charts/apps/mlflow-serve/chart/values.yaml @@ -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 diff --git a/charts/apps/mlflow/chart/values.yaml b/charts/apps/mlflow/chart/values.yaml index 22fb5d5b..3a021d11 100644 --- a/charts/apps/mlflow/chart/values.yaml +++ b/charts/apps/mlflow/chart/values.yaml @@ -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 diff --git a/charts/apps/pytorch-serve/chart/values.yaml b/charts/apps/pytorch-serve/chart/values.yaml index a5221a52..9ca0b866 100644 --- a/charts/apps/pytorch-serve/chart/values.yaml +++ b/charts/apps/pytorch-serve/chart/values.yaml @@ -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 diff --git a/charts/apps/rstudio/chart/values.yaml b/charts/apps/rstudio/chart/values.yaml index eec30bdf..87be5936 100644 --- a/charts/apps/rstudio/chart/values.yaml +++ b/charts/apps/rstudio/chart/values.yaml @@ -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: diff --git a/charts/apps/shinyproxy/chart/templates/deployment.yaml b/charts/apps/shinyproxy/chart/templates/deployment.yaml index e6c99d6e..a1795523 100644 --- a/charts/apps/shinyproxy/chart/templates/deployment.yaml +++ b/charts/apps/shinyproxy/chart/templates/deployment.yaml @@ -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 diff --git a/charts/apps/tensorflow-serve/chart/values.yaml b/charts/apps/tensorflow-serve/chart/values.yaml index 2323e8af..1db9fc36 100644 --- a/charts/apps/tensorflow-serve/chart/values.yaml +++ b/charts/apps/tensorflow-serve/chart/values.yaml @@ -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: diff --git a/fixtures/projects_templates.json b/fixtures/projects_templates.json index 1a33815f..47ebaa1d 100644 --- a/fixtures/projects_templates.json +++ b/fixtures/projects_templates.json @@ -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" } }, @@ -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" } },