Skip to content

Commit

Permalink
Automatic patch bump of chart version to 10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 6, 2024
1 parent 49bd2a7 commit 60ba094
Show file tree
Hide file tree
Showing 2 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: 10.1.1
version: 10.1.2
4 changes: 2 additions & 2 deletions 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 "10.1.1" -f onyxia-values.yaml
helm install onyxia onyxia/onyxia --version "10.1.2" -f onyxia-values.yaml
```

### Using the Keycloak Theme (Optional)
Expand All @@ -44,7 +44,7 @@ extraInitContainers: |
args:
- -c
- |
curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v10.1.1/keycloak-theme.jar
curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v10.1.2/keycloak-theme.jar
volumeMounts:
- name: extensions
mountPath: /extensions
Expand Down

0 comments on commit 60ba094

Please sign in to comment.