You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR upgrades both centralidp and sharedidp Helm charts from Keycloak 25.0.6 to 26.3.3, using Bitnami chart version 25.2.0. The upgrade maintains backward compatibility with existing /auth/ paths and preserves the bitnamilegacy image repository requirement.
Key Changes:
Updated appVersion from 25.0.6 to 26.3.3 in both Chart.yaml files
Updated Bitnami Keycloak chart dependency from 23.0.0 to 25.2.0
Updated Keycloak image tags from 25.0.6-debian-12-r0 to 26.3.3-debian-12-r0
Maintained httpRelativePath: /auth/ for backward compatibility
Updated Chart.lock files with new dependency versions
Preserved bitnamilegacy/keycloak image repository
Why
This upgrade is necessary to:
Address security vulnerabilities in Keycloak 25.0.6
Leverage new features and performance improvements in Keycloak 26.3.3
Stay current with supported Keycloak versions
Maintain compatibility with existing authentication flows while using modern Keycloak features
The upgrade ensures that existing deployments continue to work seamlessly with the /auth/ path structure that applications depend on.
Hello @Phil91, I have created this PR for the Keycloak upgrade.
NOTE: There are changes in the annotation hence the two workflows failed. Let me know if we still need to pass it.
Also, please review and let me know in case of any changes required.
arnabcx
changed the title
feat: Keycloak Version Upgrade to v26.3.3
feat: Keycloak Version Upgrade to v26.3.3Oct 13, 2025
@typecastcloud The lint workflow is failing because of the new annotation app.kubernetes.io/part-of: keycloak being added. This is coming from the new chart version of bitnami part of Kubernetes best practices.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR upgrades both centralidp and sharedidp Helm charts from Keycloak
25.0.6to26.3.3, using Bitnami chart version25.2.0. The upgrade maintains backward compatibility with existing/auth/paths and preserves thebitnamilegacyimage repository requirement.Key Changes:
appVersionfrom25.0.6to26.3.3in both Chart.yaml files23.0.0to25.2.025.0.6-debian-12-r0to26.3.3-debian-12-r0httpRelativePath: /auth/for backward compatibilitybitnamilegacy/keycloakimage repositoryWhy
This upgrade is necessary to:
The upgrade ensures that existing deployments continue to work seamlessly with the
/auth/path structure that applications depend on.Issue
Link to Github issue.
Checklist
Please delete options that are not relevant.