Skip to content

Commit

Permalink
Upgrade Keycloak to 25.0.2, upgrade version of keycloakx helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Steiner committed Jul 23, 2024
1 parent ea51181 commit 026f1c9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/src/generated/keycloak-custom-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apiVersion: v2

dependencies:
- name: keycloakx
version: 2.3.0
version: 2.4.3
repository: "https://codecentric.github.io/helm-charts"
1 change: 0 additions & 1 deletion helm/src/generated/keycloak-custom-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ keycloakx:
- "--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"

Expand Down
2 changes: 1 addition & 1 deletion helm/src/main/resources/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apiVersion: v2

dependencies:
- name: keycloakx
version: 2.3.0
version: 2.4.3
repository: "https://codecentric.github.io/helm-charts"
1 change: 0 additions & 1 deletion helm/src/main/resources/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ keycloakx:
- "--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"

Expand Down

0 comments on commit 026f1c9

Please sign in to comment.