From 63673d6d1be5d30426e2bd54a26cd5c8a9fd4f3b Mon Sep 17 00:00:00 2001 From: actions Date: Tue, 9 Apr 2024 17:18:55 +0000 Subject: [PATCH] Automatic patch bump of chart version to 8.13.6 --- helm-chart/Chart.yaml | 2 +- helm-chart/README.md | 8 ++++---- helm-chart/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 34fdccb9c..e96c2279e 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.13.5 +version: 8.13.6 diff --git a/helm-chart/README.md b/helm-chart/README.md index 12b75bc00..d0098d57a 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.13.5" -f onyxia-values.yaml +helm install onyxia onyxia/onyxia --version "8.13.6" -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.13.5/keycloak-theme.jar + curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v8.13.6/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/v2.4.0/README.md#configuration) -- [The Web Application (`web`)](https://github.com/InseeFrLab/onyxia/blob/web-v4.22.5/web/.env) +- [The Web Application (`web`)](https://github.com/InseeFrLab/onyxia/blob/web-v4.22.6/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.22.5/web/src/core/ports/OnyxiaApi/XOnyxia.ts) +[`values.schema.json` `"x-onyxia"` specifications](https://github.com/InseeFrLab/onyxia/blob/web-v4.22.6/web/src/core/ports/OnyxiaApi/XOnyxia.ts) diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 16fd187b6..09e70c495 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.22.5 + tag: 4.22.6 pullPolicy: IfNotPresent ## Pod priority settings