Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/InseeFrLab/onyxia
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 10, 2023
2 parents 0a781f9 + ac5d761 commit 986d204
Showing 1 changed file with 2 additions and 2 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 "5.0.1" -f onyxia-values.yaml
helm install onyxia onyxia/onyxia --version "5.0.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/v5.0.1/keycloak-theme.jar
curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v5.0.2/keycloak-theme.jar
volumeMounts:
- name: extensions
mountPath: /extensions
Expand Down

0 comments on commit 986d204

Please sign in to comment.