@@ -22,7 +22,7 @@ ingress:
22
22
- host: datalab.my-domain.net
23
23
EOF
24
24
25
- helm install onyxia onyxia/onyxia --version " 8.27.9 " -f onyxia-values.yaml
25
+ helm install onyxia onyxia/onyxia --version " 8.27.10 " -f onyxia-values.yaml
26
26
```
27
27
28
28
### Using the Keycloak Theme (Optional)
@@ -44,7 +44,7 @@ extraInitContainers: |
44
44
args:
45
45
- -c
46
46
- |
47
- curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v8.27.9 /keycloak-theme.jar
47
+ curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v8.27.10 /keycloak-theme.jar
48
48
volumeMounts:
49
49
- name: extensions
50
50
mountPath: /extensions
@@ -71,7 +71,7 @@ After that, you should be able to select *onyxia* as *Login Theme*.
71
71
Documentation reference for the available configuration parameter of the Onyxia Helm Chart.
72
72
73
73
- [ The REST API (` api ` )] ( https://github.com/InseeFrLab/onyxia-api/blob/v2.8.1/README.md#configuration )
74
- - [ The Web Application (` web ` )] ( https://github.com/InseeFrLab/onyxia/blob/web-v4.32.8 /web/.env )
74
+ - [ The Web Application (` web ` )] ( https://github.com/InseeFrLab/onyxia/blob/web-v4.32.9 /web/.env )
75
75
76
76
Below is a sample ` onyxia-values.yaml ` file that illustrates where to specify the ` api ` and ` web ` configuration parameters.
77
77
@@ -107,4 +107,4 @@ Below is a sample `onyxia-values.yaml` file that illustrates where to specify th
107
107
If you are building your own service catalog for Onyxia ([ learn how] ( https://docs.onyxia.sh/catalog-of-services ) ).
108
108
Here are defined the onyxia reserved parameter and the structure of the dynamic context:
109
109
110
- [ ` values.schema.json ` ` "x-onyxia" ` specifications] ( https://github.com/InseeFrLab/onyxia/blob/web-v4.32.8 /web/src/core/ports/OnyxiaApi/XOnyxia.ts )
110
+ [ ` values.schema.json ` ` "x-onyxia" ` specifications] ( https://github.com/InseeFrLab/onyxia/blob/web-v4.32.9 /web/src/core/ports/OnyxiaApi/XOnyxia.ts )
0 commit comments