Skip to content

Commit 3963ae2

Browse files
committed
Automatic patch bump of chart version to 10.31.2
1 parent 4e0b181 commit 3963ae2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

helm-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 10.31.1
17+
version: 10.31.2

helm-chart/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ingress:
2222
- host: datalab.my-domain.net
2323
EOF
2424

25-
helm install onyxia onyxia/onyxia --version "10.31.1" -f onyxia-values.yaml
25+
helm install onyxia onyxia/onyxia --version "10.31.2" -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.31.1/keycloak-theme.jar
47+
curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v10.31.2/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*.
7171
Documentation 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.57.1/web/.env)
74+
- [The Web Application (`web`)](https://github.com/InseeFrLab/onyxia/blob/web-v4.57.2/web/.env)
7575

7676
Below 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
107107
If you are building your own service catalog for Onyxia ([learn how](https://docs.onyxia.sh/catalog-of-services)).
108108
Here 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.57.1/web/src/core/ports/OnyxiaApi/XOnyxia.ts)
110+
[`values.schema.json` `"x-onyxia"` specifications](https://github.com/InseeFrLab/onyxia/blob/web-v4.57.2/web/src/core/ports/OnyxiaApi/XOnyxia.ts)

helm-chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ web:
3030
replicaCount: 1
3131
image:
3232
repository: inseefrlab/onyxia-web
33-
tag: 4.57.1
33+
tag: 4.57.2
3434
pullPolicy: IfNotPresent
3535

3636
## Pod priority settings

0 commit comments

Comments
 (0)