Update Keycloak image and version to 26.3.3
All checks were successful
Build Helm Chart / helm-package (push) Successful in 6s

The Keycloak Docker image has been updated from
26.3.2-debian-12-r1 to 26.3.3-debian-12-r0 in both the Chart.yaml
and values.yaml files. This change was necessary to incorporate
the latest security patches and improvements provided in the
newer version.

Additionally, the appVersion and chart version in the Chart.yaml
file have been updated to 26.3.3 and 25.2.0 respectively to ensure
consistency with the image versioning. These updates help maintain
compatibility and ensure that users benefit from the latest enhancements.
This commit is contained in:
2025-08-31 08:44:09 +02:00
parent a6e95707ee
commit e7be6820ab
2 changed files with 4 additions and 4 deletions

View File

@@ -5,13 +5,13 @@ annotations:
category: DeveloperTools category: DeveloperTools
images: | images: |
- name: keycloak - name: keycloak
image: docker.io/bitnami/keycloak:26.3.2-debian-12-r1 image: docker.io/bitnami/keycloak:26.3.3-debian-12-r0
- name: keycloak-config-cli - name: keycloak-config-cli
image: docker.io/bitnami/keycloak-config-cli:6.4.0-debian-12-r11 image: docker.io/bitnami/keycloak-config-cli:6.4.0-debian-12-r11
licenses: Apache-2.0 licenses: Apache-2.0
tanzuCategory: application tanzuCategory: application
apiVersion: v2 apiVersion: v2
appVersion: 26.3.2 appVersion: 26.3.3
dependencies: dependencies:
- condition: postgresql.enabled - condition: postgresql.enabled
name: postgresql name: postgresql
@@ -37,4 +37,4 @@ maintainers:
name: keycloak name: keycloak
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak - https://github.com/bitnami/charts/tree/main/bitnami/keycloak
version: 24.9.1 version: 25.2.0

View File

@@ -111,7 +111,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/keycloak repository: bitnami/keycloak
tag: 26.3.2-debian-12-r1 tag: 26.3.3-debian-12-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images