diff --git a/helm-chart/README.md b/helm-chart/README.md index 5937d7a0f..6a9725489 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -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/v3.0.0/README.md#configuration) -- [The Web Application (`web`)](https://github.com/InseeFrLab/onyxia/blob/web-v4.33.2/web/.env) +- [The Web Application (`web`)](https://github.com/InseeFrLab/onyxia/blob/web-v4.33.3/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.33.2/web/src/core/ports/OnyxiaApi/XOnyxia.ts) +[`values.schema.json` `"x-onyxia"` specifications](https://github.com/InseeFrLab/onyxia/blob/web-v4.33.3/web/src/core/ports/OnyxiaApi/XOnyxia.ts) diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 24555d4a2..1f57be69f 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.33.2 + tag: 4.33.3 pullPolicy: IfNotPresent ## Pod priority settings