From 60ba094656892ae9acf1cd5bb15fb1e70a2e28c2 Mon Sep 17 00:00:00 2001 From: actions Date: Wed, 6 Nov 2024 16:44:28 +0000 Subject: [PATCH] Automatic patch bump of chart version to 10.1.2 --- helm-chart/Chart.yaml | 2 +- helm-chart/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index f8f86dd12..929ce62fe 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -14,4 +14,4 @@ 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. -version: 10.1.1 +version: 10.1.2 diff --git a/helm-chart/README.md b/helm-chart/README.md index 619f6e47f..25d8bacfb 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -22,7 +22,7 @@ ingress: - host: datalab.my-domain.net EOF -helm install onyxia onyxia/onyxia --version "10.1.1" -f onyxia-values.yaml +helm install onyxia onyxia/onyxia --version "10.1.2" -f onyxia-values.yaml ``` ### Using the Keycloak Theme (Optional) @@ -44,7 +44,7 @@ extraInitContainers: | args: - -c - | - curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v10.1.1/keycloak-theme.jar + curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v10.1.2/keycloak-theme.jar volumeMounts: - name: extensions mountPath: /extensions