Skip to content

Commit 2ba7ed5

Browse files
committed
Update Onyxia to v10.11.1
1 parent daeea62 commit 2ba7ed5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/keycloak/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ keycloak:
6666
args:
6767
- -c
6868
- |
69-
# NOTE: Here we deploy on Keycloak 24, when updating to Keycloak 26 use this link instead: https://github.com/InseeFrLab/onyxia/releases/download/v10.11.0/keycloak-theme.jar
69+
# NOTE: Here we deploy on Keycloak 24, when updating to Keycloak 26 use this link instead: https://github.com/InseeFrLab/onyxia/releases/download/v10.11.1/keycloak-theme.jar
7070
# The Onyxia Keycloak theme is published alongside the Onyxia releases as a artifacts: https://github.com/InseeFrLab/onyxia/releases
7171
72-
curl -L -f -S -o /extensions/theme-onyxia-web.jar https://github.com/InseeFrLab/onyxia/releases/download/v10.11.0/keycloak-theme-for-kc-22-to-25.jar
72+
curl -L -f -S -o /extensions/theme-onyxia-web.jar https://github.com/InseeFrLab/onyxia/releases/download/v10.11.1/keycloak-theme-for-kc-22-to-25.jar
7373
volumeMounts:
7474
- name: extensions
7575
mountPath: /extensions

apps/onyxia/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: onyxia
33
version: 1.0.0
44
dependencies:
55
- name: onyxia
6-
version: 10.11.0
6+
version: 10.11.1
77
repository: https://inseefrlab.github.io/onyxia/

0 commit comments

Comments
 (0)