Skip to content

Commit

Permalink
Automatic patch bump of chart version to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 26, 2023
1 parent 0f65ee9 commit 263b714
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 22 deletions.
3 changes: 1 addition & 2 deletions helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion helm-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
32 changes: 13 additions & 19 deletions helm-chart/values.yaml
Original file line number Diff line number Diff line change
@@ -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: []

Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -86,6 +79,7 @@ web:
affinity: {}
env:


api:
name: api
replicaCount: 1
Expand All @@ -95,9 +89,7 @@ api:
pullPolicy: IfNotPresent
contextPath: /api
podLabels: {}
podSecurityContext:
{}
# fsGroup: 2000
podSecurityContext: {} # fsGroup: 2000
securityContext:
{}
# capabilities:
Expand Down Expand Up @@ -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-",
Expand All @@ -141,7 +134,8 @@ api:
# }
# }
# ]
catalogs: # [
catalogs:
# [
# {
# "id": "inseefrlab-helm-charts-datascience",
# "name": "Inseefrlab datascience",
Expand Down

0 comments on commit 263b714

Please sign in to comment.