Skip to content

Commit

Permalink
Automatic minor bump of chart version to 10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 19, 2024
1 parent bd11ae5 commit 2a6ca87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 10.3.6
version: 10.4.0
6 changes: 3 additions & 3 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 "10.3.6" -f onyxia-values.yaml
helm install onyxia onyxia/onyxia --version "10.4.0" -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/v10.3.6/keycloak-theme.jar
curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v10.4.0/keycloak-theme.jar
volumeMounts:
- name: extensions
mountPath: /extensions
Expand All @@ -70,7 +70,7 @@ After that, you 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/v4.1.0/README.md#configuration)
- [The REST API (`api`)](https://github.com/InseeFrLab/onyxia-api/blob/v4.2.0/README.md#configuration)
- [The Web Application (`web`)](https://github.com/InseeFrLab/onyxia/blob/web-v4.35.6/web/.env)

Below is a sample `onyxia-values.yaml` file that illustrates where to specify the `api` and `web` configuration parameters.
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ api:
replicaCount: 1
image:
repository: inseefrlab/onyxia-api
tag: v4.1.0
tag: v4.2.0
pullPolicy: IfNotPresent
contextPath: /api

Expand Down

0 comments on commit 2a6ca87

Please sign in to comment.