Skip to content

Commit

Permalink
Automatic minor bump of chart version to 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 3, 2024
1 parent 0ab3b3b commit 487cf76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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 "8.1.12" -f onyxia-values.yaml
helm install onyxia onyxia/onyxia --version "8.2.0" -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/v8.1.12/keycloak-theme.jar
curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v8.2.0/keycloak-theme.jar
volumeMounts:
- name: extensions
mountPath: /extensions
Expand Down
1 change: 0 additions & 1 deletion helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ web:
successThreshold: 1
timeoutSeconds: 1


api:
name: api
replicaCount: 1
Expand Down

0 comments on commit 487cf76

Please sign in to comment.