diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index ac49e9c91..2dcc55cdd 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: 4.1.1 +version: 4.1.2 diff --git a/helm-chart/README.md b/helm-chart/README.md index faddd9aab..25cedeb7d 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 "4.1.1" -f onyxia-values.yaml +helm install onyxia onyxia/onyxia --version "4.1.2" -f onyxia-values.yaml ``` ### Using the Keycloak Theme (Optional) diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 09a4ff4b1..2045a2f17 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -48,7 +48,7 @@ web: replicaCount: 1 image: repository: inseefrlab/onyxia-web - tag: 2.29.4 + tag: 2.29.5 pullPolicy: IfNotPresent podLabels: {} podSecurityContext: {} # fsGroup: 2000