Skip to content

Commit 4e39504

Browse files
committed
Automatic patch bump of chart version to 8.27.10
1 parent 873d680 commit 4e39504

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

helm-chart/Chart.yaml

+1-1
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: 8.27.9
17+
version: 8.27.10

helm-chart/README.md

+4-4
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 "8.27.9" -f onyxia-values.yaml
25+
helm install onyxia onyxia/onyxia --version "8.27.10" -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/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
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/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)
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.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)

helm-chart/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ web:
3333
replicaCount: 1
3434
image:
3535
repository: inseefrlab/onyxia-web
36-
tag: 4.32.8
36+
tag: 4.32.9
3737
pullPolicy: IfNotPresent
3838

3939
## Pod priority settings

0 commit comments

Comments
 (0)