Skip to content

Commit

Permalink
Automatic patch bump of chart version to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 27, 2023
1 parent 0da5ed1 commit b63b574
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1.1" -f onyxia-values.yaml
helm install onyxia onyxia/onyxia --version "4.1.2" -f onyxia-values.yaml
```

### Using the Keycloak Theme (Optional)
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b63b574

Please sign in to comment.