From 154206e997f53a8fbe90de86b7ac18cebaa2fedf Mon Sep 17 00:00:00 2001 From: darms Date: Tue, 19 Mar 2024 16:14:41 +0100 Subject: [PATCH] feature(k8s.dataverse): Switch to local tagged image version --- k8s/dataverse/Chart.yaml | 2 +- k8s/dataverse/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/dataverse/Chart.yaml b/k8s/dataverse/Chart.yaml index 2c8dd89..fca3cc9 100644 --- a/k8s/dataverse/Chart.yaml +++ b/k8s/dataverse/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.7 +version: 0.3.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/k8s/dataverse/values.yaml b/k8s/dataverse/values.yaml index e774d26..e8dba52 100644 --- a/k8s/dataverse/values.yaml +++ b/k8s/dataverse/values.yaml @@ -17,5 +17,5 @@ dataverse: requests: memory: "500Mi" images: - backend: gdcc/dataverse:alpha - configbaker: gdcc/configbaker:alpha + backend: ghcr.io/nfdi4health/csh-ui/dataverse:6.1 + configbaker: ghcr.io/nfdi4health/csh-ui/dataverse-baker:6.1