Skip to content

chore(chart-deps): update keycloak to version 24.6.6 #2138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
2 changes: 1 addition & 1 deletion chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
version: 2.46.0
repository: https://jaegertracing.github.io/helm-charts
- name: keycloak
version: 24.5.7
version: 24.6.6
repository: https://charts.bitnami.com/bitnami
- name: kiali-operator
version: 1.86.1
Expand Down
8 changes: 4 additions & 4 deletions charts/keycloak/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.6.3
version: 16.6.6
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:9f428f6c079442ac569b85245ad650220ed825b232790ae5831792d713051d23
generated: "2025-04-11T09:28:30.981251837Z"
version: 2.31.0
digest: sha256:1b5577724d7ca3aec34781d6c3e9f3cb866d81a7fc077746aa83a84b2bdd95c0
generated: "2025-05-06T10:24:33.307895212+02:00"
8 changes: 4 additions & 4 deletions charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ annotations:
category: DeveloperTools
images: |
- name: keycloak
image: docker.io/bitnami/keycloak:26.2.0-debian-12-r2
image: docker.io/bitnami/keycloak:26.2.4-debian-12-r0
- name: keycloak-config-cli
image: docker.io/bitnami/keycloak-config-cli:6.4.0-debian-12-r3
image: docker.io/bitnami/keycloak-config-cli:6.4.0-debian-12-r5
licenses: Apache-2.0
tanzuCategory: application
apiVersion: v2
appVersion: 26.2.0
appVersion: 26.2.4
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -33,4 +33,4 @@ maintainers:
name: keycloak
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
version: 24.5.7
version: 24.6.6
2 changes: 2 additions & 0 deletions charts/keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,8 @@ As an alternative, you can use of the preset configurations for pod affinity, po
| `keycloakConfigCli.podAnnotations` | Annotations for job pod | `{}` |
| `keycloakConfigCli.nodeSelector` | Node labels for pod assignment | `{}` |
| `keycloakConfigCli.podTolerations` | Tolerations for job pod assignment | `[]` |
| `keycloakConfigCli.availabilityCheck.enabled` | Whether to wait until Keycloak is available | `true` |
| `keycloakConfigCli.availabilityCheck.timeout` | Timeout for the availability check (Default is 120s) | `""` |
| `keycloakConfigCli.extraEnvVars` | Additional environment variables to set | `[]` |
| `keycloakConfigCli.extraEnvVarsCM` | ConfigMap with extra environment variables | `""` |
| `keycloakConfigCli.extraEnvVarsSecret` | Secret with extra environment variables | `""` |
Expand Down
4 changes: 2 additions & 2 deletions charts/keycloak/charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ annotations:
category: Infrastructure
licenses: Apache-2.0
apiVersion: v2
appVersion: 2.30.0
appVersion: 2.31.0
description: A Library Helm Chart for grouping common logic between bitnami charts.
This chart is not deployable by itself.
home: https://bitnami.com
Expand All @@ -20,4 +20,4 @@ name: common
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/common
type: library
version: 2.30.0
version: 2.31.0
Loading