We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e56b36 commit a1815d3Copy full SHA for a1815d3
1 file changed
helm-chart/README.md
@@ -22,7 +22,7 @@ ingress:
22
- host: datalab.my-domain.net
23
EOF
24
25
-helm install onyxia onyxia/onyxia --version "10.32.5" -f onyxia-values.yaml
+helm install onyxia onyxia/onyxia --version "10.32.6" -f onyxia-values.yaml
26
```
27
28
### Using the Keycloak Theme (Optional)
@@ -44,7 +44,7 @@ extraInitContainers: |
44
args:
45
- -c
46
- |
47
- curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v10.32.5/keycloak-theme.jar
+ curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v10.32.6/keycloak-theme.jar
48
volumeMounts:
49
- name: extensions
50
mountPath: /extensions
0 commit comments