Skip to content

Commit

Permalink
Upgrade keycloak and remove discarded param
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Sep 11, 2024
1 parent 87a22a9 commit 75a1144
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions argocd-helm-charts/keycloakx/values.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
keycloakx:
image:
tag: "23.0.4"
tag: "25.0.5"
command:
- "/opt/keycloak/bin/kc.sh"
- "--verbose"
- "start"
- "--http-enabled=true"
- "--http-port=8080"
- "--hostname-strict=false"
- "--hostname-strict-https=false"
- "--spi-events-listener-jboss-logging-success-level=info"
- "--spi-events-listener-jboss-logging-error-level=warn"
database:
Expand Down

0 comments on commit 75a1144

Please sign in to comment.