diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index b9f06b376..d43ddd7da 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.11.0 +version: 8.12.0 diff --git a/helm-chart/README.md b/helm-chart/README.md index ceeab65ec..f0fbe9171 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.11.0" -f onyxia-values.yaml +helm install onyxia onyxia/onyxia --version "8.12.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.11.0/keycloak-theme.jar + curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v8.12.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.3.0/README.md#configuration) +- [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.21.0/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 0890c81eb..4d75ecd44 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.3.0 + tag: v2.4.0 pullPolicy: IfNotPresent contextPath: /api