From b5756eada5064d6fa8cd4b911887914a60728552 Mon Sep 17 00:00:00 2001 From: actions Date: Mon, 20 Jan 2025 12:51:29 +0000 Subject: [PATCH] Automatic patch bump of chart version to 10.5.1 --- helm-chart/Chart.yaml | 2 +- helm-chart/README.md | 8 ++++---- helm-chart/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 7e518eb9e..0fe37122c 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.5.0 +version: 10.5.1 diff --git a/helm-chart/README.md b/helm-chart/README.md index 6e6b32bc9..e5f84b5f8 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.5.0" -f onyxia-values.yaml +helm install onyxia onyxia/onyxia --version "10.5.1" -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.5.0/keycloak-theme.jar + curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v10.5.1/keycloak-theme.jar volumeMounts: - name: extensions mountPath: /extensions @@ -71,7 +71,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/v4.2.0/README.md#configuration) -- [The Web Application (`web`)](https://github.com/InseeFrLab/onyxia/blob/web-v4.36.0/web/.env) +- [The Web Application (`web`)](https://github.com/InseeFrLab/onyxia/blob/web-v4.36.1/web/.env) Below is a sample `onyxia-values.yaml` file that illustrates where to specify the `api` and `web` configuration parameters. @@ -107,4 +107,4 @@ Below is a sample `onyxia-values.yaml` file that illustrates where to specify th If you are building your own service catalog for Onyxia ([learn how](https://docs.onyxia.sh/catalog-of-services)). Here are defined the onyxia reserved parameter and the structure of the dynamic context: -[`values.schema.json` `"x-onyxia"` specifications](https://github.com/InseeFrLab/onyxia/blob/web-v4.36.0/web/src/core/ports/OnyxiaApi/XOnyxia.ts) +[`values.schema.json` `"x-onyxia"` specifications](https://github.com/InseeFrLab/onyxia/blob/web-v4.36.1/web/src/core/ports/OnyxiaApi/XOnyxia.ts) diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index bf967be54..28c4d8815 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -33,7 +33,7 @@ web: replicaCount: 1 image: repository: inseefrlab/onyxia-web - tag: 4.36.0 + tag: 4.36.1 pullPolicy: IfNotPresent ## Pod priority settings @@ -240,6 +240,6 @@ api: annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template - name: - # Boolean to indicate whether the service account token must be injected into the pod or not. It can be deactivated if Onyxia doesn't use it. - automountServiceAccountToken: true \ No newline at end of file + name: # Boolean to indicate whether the service account token must be injected into the pod or not. It can be deactivated if Onyxia doesn't use it. + + automountServiceAccountToken: true