Skip to content

Commit 24d59c3

Browse files
committed
Automatic patch bump of chart version to 10.29.5
1 parent 662dead commit 24d59c3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.29.4
17+
version: 10.29.5

helm-chart/README.md

Lines changed: 5 additions & 5 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.29.4" -f onyxia-values.yaml
25+
helm install onyxia onyxia/onyxia --version "10.29.5" -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.29.4/keycloak-theme.jar
47+
curl -L -f -S -o /extensions/onyxia.jar https://github.com/InseeFrLab/onyxia/releases/download/v10.29.5/keycloak-theme.jar
4848
volumeMounts:
4949
- name: extensions
5050
mountPath: /extensions
@@ -70,8 +70,8 @@ After that, you should be able to select *onyxia* as *Login Theme*.
7070

7171
Documentation reference for the available configuration parameter of the Onyxia Helm Chart.
7272

73-
- [The REST API (`api`)](https://github.com/InseeFrLab/onyxia-api/blob/v4.9.0/README.md#configuration)
74-
- [The Web Application (`web`)](https://github.com/InseeFrLab/onyxia/blob/web-v4.56.5/web/.env)
73+
- [The REST API (`api`)](https://github.com/InseeFrLab/onyxia-api/blob/v4.10.0/README.md#configuration)
74+
- [The Web Application (`web`)](https://github.com/InseeFrLab/onyxia/blob/web-v4.56.6/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.56.5/web/src/core/ports/OnyxiaApi/XOnyxia.ts)
110+
[`values.schema.json` `"x-onyxia"` specifications](https://github.com/InseeFrLab/onyxia/blob/web-v4.56.6/web/src/core/ports/OnyxiaApi/XOnyxia.ts)

helm-chart/values.yaml

Lines changed: 2 additions & 2 deletions
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.56.5
33+
tag: 4.56.6
3434
pullPolicy: IfNotPresent
3535

3636
## Pod priority settings
@@ -99,7 +99,7 @@ api:
9999
replicaCount: 1
100100
image:
101101
repository: inseefrlab/onyxia-api
102-
tag: v4.9.0
102+
tag: v4.10.0
103103
pullPolicy: IfNotPresent
104104
contextPath: /api
105105

0 commit comments

Comments
 (0)