-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Updated Keycloak helm chart to keycloak v4.4.0.Final. #7650
Conversation
Signed-off-by: Ed Clement <ed.clement@gmail.com>
Signed-off-by: Ed Clement <ed.clement@gmail.com>
/ok-to-test |
/assign |
The CI job erroneously reports success. There's an issue with the chart-testing lib which I'll provide a fix for soon. The update to 4.4.0 seems to require further changes. /hold |
I looked through the CI output and didn't see any issues. Anything I need to do? I've tested/deployed the chart with versions 4.3.0 and 4.4.0. |
Did you deploy a cluster? Here's the error from the CI log:
|
@thomasdarimont I thought I'd ping you since you had updated last time. |
I did not.... Testing now using multiple nodes. Keycloak really needs to start using semantic versioning. By the way, which of the links at the bottom provide the log output you posted? |
Looks like how clustering is handled using JDBC_PING changed significantly. I removed line 134 from the
...just to see if that would correct the problem. It allows keycloak to start but the following deprecation warnings are output:
I don't think this is going to be a small change (especially if we want to keep backward compatibility with keycloak 4.3.0 or lower). I'll troubleshoot more this weekend. I didn't see any updated docs anywhere on this issue. |
/check-dco |
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: edclement If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@edclement: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Is there any update or can one support? |
I created a new PR to update to 4.5.0.Final. See #8192. Please test and review. Thanks. |
Signed-off-by: Ed Clement ed.clement@gmail.com
What this PR does / why we need it:
Updates the helm chart for keycloak to use the latest keycloak version (v4.4.0.Final). This PR also updates the configmap to handle the new default entry point for the docker keycloak image.
Which issue this PR fixes
N/A
Special notes for your reviewer:
N/A