Skip to content

Commit

Permalink
Automatic patch bump of chart version to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 3, 2023
1 parent eda37a9 commit 31014ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 "4.2.0" -f onyxia-values.yaml
helm install onyxia onyxia/onyxia --version "4.2.1" -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/v4.2.0/keycloak-theme.jar
curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v4.2.1/keycloak-theme.jar
volumeMounts:
- name: extensions
mountPath: /extensions
Expand All @@ -71,7 +71,7 @@ After that, you should should be able to select *onyxia* as *Login Theme*.
Documentation reference for the available configuration parameter of the Onyxia Helm Chart.

- [The REST API (`api`)](https://github.com/InseeFrLab/onyxia-api/blob/v0.31/README.md#configuration)
- [The Web Application (`web`)](https://github.com/InseeFrLab/onyxia/blob/v4.2.0/web/.env)
- [The Web Application (`web`)](https://github.com/InseeFrLab/onyxia/blob/v4.2.1/web/.env)

Below is a sample `onyxia-values.yaml` file that illustrates where to specify the `api` and `web` configuration parameters.

Expand Down Expand Up @@ -108,4 +108,4 @@ Below is a sample `onyxia-values.yaml` file that illustrates where to specify th
If you are building your own service catalog for Onyxia ([learn how](https://docs.onyxia.sh/catalog-of-services)).
Here are defined the onyxia reserved parameter and the structure of the dynamic context:

[`values.schema.json` `"x-onyxia"` specifications](https://github.com/InseeFrLab/onyxia/blob/v4.2.0/web/src/core/ports/OnyxiaApi/XOnyxia.ts)
[`values.schema.json` `"x-onyxia"` specifications](https://github.com/InseeFrLab/onyxia/blob/v4.2.1/web/src/core/ports/OnyxiaApi/XOnyxia.ts)

0 comments on commit 31014ce

Please sign in to comment.