@@ -22,7 +22,7 @@ ingress:
2222 - host: datalab.my-domain.net
2323EOF
2424
25- helm install onyxia onyxia/onyxia --version " 10.30.14 " -f onyxia-values.yaml
25+ helm install onyxia onyxia/onyxia --version " 10.30.15 " -f onyxia-values.yaml
2626```
2727
2828### Using the Keycloak Theme (Optional)
@@ -44,7 +44,7 @@ extraInitContainers: |
4444 args:
4545 - -c
4646 - |
47- curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v10.30.14 /keycloak-theme.jar
47+ curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v10.30.15 /keycloak-theme.jar
4848 volumeMounts:
4949 - name: extensions
5050 mountPath: /extensions
@@ -71,7 +71,7 @@ After that, you should be able to select *onyxia* as *Login Theme*.
7171Documentation reference for the available configuration parameter of the Onyxia Helm Chart.
7272
7373- [ The REST API (` api ` )] ( https://github.com/InseeFrLab/onyxia-api/blob/v4.11.0/README.md#configuration )
74- - [ The Web Application (` web ` )] ( https://github.com/InseeFrLab/onyxia/blob/web-v4.56.20 /web/.env )
74+ - [ The Web Application (` web ` )] ( https://github.com/InseeFrLab/onyxia/blob/web-v4.56.21 /web/.env )
7575
7676Below is a sample ` onyxia-values.yaml ` file that illustrates where to specify the ` api ` and ` web ` configuration parameters.
7777
@@ -107,4 +107,4 @@ Below is a sample `onyxia-values.yaml` file that illustrates where to specify th
107107If you are building your own service catalog for Onyxia ([ learn how] ( https://docs.onyxia.sh/catalog-of-services ) ).
108108Here are defined the onyxia reserved parameter and the structure of the dynamic context:
109109
110- [ ` values.schema.json ` ` "x-onyxia" ` specifications] ( https://github.com/InseeFrLab/onyxia/blob/web-v4.56.20 /web/src/core/ports/OnyxiaApi/XOnyxia.ts )
110+ [ ` values.schema.json ` ` "x-onyxia" ` specifications] ( https://github.com/InseeFrLab/onyxia/blob/web-v4.56.21 /web/src/core/ports/OnyxiaApi/XOnyxia.ts )
0 commit comments