revert e7be6820ab
All checks were successful
Build Helm Chart / helm-package (push) Successful in 7s

revert Update Keycloak image and version to 26.3.3

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 07:18:42 +00:00
parent e7be6820ab
commit 5c9f44a214
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.3-debian-12-r0 image: docker.io/bitnami/keycloak:26.3.2-debian-12-r1
- 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.3 appVersion: 26.3.2
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: 25.2.0 version: 24.9.1

View File

@@ -111,7 +111,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/keycloak repository: bitnami/keycloak
tag: 26.3.3-debian-12-r0 tag: 26.3.2-debian-12-r1
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