diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 59c2be3d0..9d4bd6862 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -14,5 +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.0.1 - +version: 4.0.2 diff --git a/helm-chart/README.md b/helm-chart/README.md index 0792defb2..e13bce868 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.0.1" -f onyxia-values.yaml +helm install onyxia onyxia/onyxia --version "4.0.2" -f onyxia-values.yaml ``` ### Using the Keycloak Theme (Optional) diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index c088d482b..5e42b423f 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -1,7 +1,3 @@ -# Default values for onyxia-bis. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - imagePullSecrets: [] hostAliases: [] @@ -15,6 +11,7 @@ serviceAccount: # If not set and create is true, a name is generated using the fullname template name: + ingress: enabled: false # The name of the Ingress Class associated with this ingress @@ -32,9 +29,7 @@ ingress: route: enabled: false - annotations: - {} - # route.openshift.io/termination: "reencrypt" + annotations: {} # route.openshift.io/termination: "reencrypt" host: chart-example.local tls: termination: edge @@ -49,12 +44,10 @@ web: replicaCount: 1 image: repository: inseefrlab/onyxia-web - tag: 2.28.0 + tag: 2.29.4 pullPolicy: IfNotPresent podLabels: {} - podSecurityContext: - {} - # fsGroup: 2000 + podSecurityContext: {} # fsGroup: 2000 securityContext: {} # capabilities: @@ -86,6 +79,7 @@ web: affinity: {} env: + api: name: api replicaCount: 1 @@ -95,9 +89,7 @@ api: pullPolicy: IfNotPresent contextPath: /api podLabels: {} - podSecurityContext: - {} - # fsGroup: 2000 + podSecurityContext: {} # fsGroup: 2000 securityContext: {} # capabilities: @@ -127,10 +119,11 @@ api: nodeSelector: {} tolerations: [] affinity: {} - env: - #authentication.mode: "openidconnect" - regions: #[ - # { + env: #authentication.mode: "openidconnect" + regions: + #[ + # { + # "regionId": "kub", # "type": "KUBERNETES", # "namespace-prefix": "user-", @@ -141,7 +134,8 @@ api: # } # } # ] - catalogs: # [ + catalogs: + # [ # { # "id": "inseefrlab-helm-charts-datascience", # "name": "Inseefrlab datascience",