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