From 0c3d40b77aea8dff5a89426020bc417b001fb414 Mon Sep 17 00:00:00 2001 From: actions Date: Mon, 22 Jul 2024 15:01:22 +0000 Subject: [PATCH] Automatic minor bump of chart version to 8.25.0 --- helm-chart/Chart.yaml | 2 +- helm-chart/README.md | 6 +++--- helm-chart/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 5dcf90a73..e707cd603 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: 8.24.2 +version: 8.25.0 diff --git a/helm-chart/README.md b/helm-chart/README.md index ca43bfae2..83445797a 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 "8.24.2" -f onyxia-values.yaml +helm install onyxia onyxia/onyxia --version "8.25.0" -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/v8.24.2/keycloak-theme.jar + curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v8.25.0/keycloak-theme.jar volumeMounts: - name: extensions mountPath: /extensions @@ -70,7 +70,7 @@ After that, you should be able to select *onyxia* as *Login Theme*. Documentation reference for the available configuration parameter of the Onyxia Helm Chart. -- [The REST API (`api`)](https://github.com/InseeFrLab/onyxia-api/blob/v2.7.1/README.md#configuration) +- [The REST API (`api`)](https://github.com/InseeFrLab/onyxia-api/blob/v2.8.0/README.md#configuration) - [The Web Application (`web`)](https://github.com/InseeFrLab/onyxia/blob/web-v4.30.2/web/.env) Below is a sample `onyxia-values.yaml` file that illustrates where to specify the `api` and `web` configuration parameters. diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 157bc1133..afbd7db89 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -102,7 +102,7 @@ api: replicaCount: 1 image: repository: inseefrlab/onyxia-api - tag: v2.7.1 + tag: v2.8.0 pullPolicy: IfNotPresent contextPath: /api