Update Keycloak dependencies and add missing charts #19
Reference in New Issue
Block a user
No description provided.
Delete Branch "patch-keycloak"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit updates the Keycloak Helm chart dependencies to
include the latest version of PostgreSQL (16.7.24) and adds the
common chart (version 2.31.3) as new files. The updates were
necessary to ensure compatibility with the latest features
and security patches provided by both dependencies.
The
Chart.lock
file was modified to reflect the versionincrement for PostgreSQL and includes a new digest and
generated timestamp. The addition of the
.tgz
files forboth charts ensures that they are packaged and available for
deployment without fetching directly from the remote
repository.
There are no breaking changes introduced with these updates;
the changes primarily enhance the stability and security of
the Keycloak deployment.