From b63b574f2364a33f89e578a2b91c2e55fbc32133 Mon Sep 17 00:00:00 2001 From: actions Date: Wed, 27 Sep 2023 15:45:55 +0000 Subject: [PATCH] Automatic patch bump of chart version to 4.1.2 --- helm-chart/Chart.yaml | 2 +- helm-chart/README.md | 2 +- helm-chart/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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