From 026f1c9c17a55a1ea653ec73176b7e315c8bcef9 Mon Sep 17 00:00:00 2001 From: Edwin Steiner Date: Tue, 23 Jul 2024 13:03:35 +0200 Subject: [PATCH] Upgrade Keycloak to 25.0.2, upgrade version of keycloakx helm chart --- helm/src/generated/keycloak-custom-chart/Chart.yaml | 2 +- helm/src/generated/keycloak-custom-chart/values.yaml | 1 - helm/src/main/resources/Chart.yaml | 2 +- helm/src/main/resources/values.yaml | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/helm/src/generated/keycloak-custom-chart/Chart.yaml b/helm/src/generated/keycloak-custom-chart/Chart.yaml index a9998e1..4dea41e 100644 --- a/helm/src/generated/keycloak-custom-chart/Chart.yaml +++ b/helm/src/generated/keycloak-custom-chart/Chart.yaml @@ -4,5 +4,5 @@ apiVersion: v2 dependencies: - name: keycloakx - version: 2.3.0 + version: 2.4.3 repository: "https://codecentric.github.io/helm-charts" diff --git a/helm/src/generated/keycloak-custom-chart/values.yaml b/helm/src/generated/keycloak-custom-chart/values.yaml index 9a37187..f41d010 100644 --- a/helm/src/generated/keycloak-custom-chart/values.yaml +++ b/helm/src/generated/keycloak-custom-chart/values.yaml @@ -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" diff --git a/helm/src/main/resources/Chart.yaml b/helm/src/main/resources/Chart.yaml index 6631c20..4c3f8f0 100644 --- a/helm/src/main/resources/Chart.yaml +++ b/helm/src/main/resources/Chart.yaml @@ -4,5 +4,5 @@ apiVersion: v2 dependencies: - name: keycloakx - version: 2.3.0 + version: 2.4.3 repository: "https://codecentric.github.io/helm-charts" diff --git a/helm/src/main/resources/values.yaml b/helm/src/main/resources/values.yaml index 47bbf60..db8c8f0 100644 --- a/helm/src/main/resources/values.yaml +++ b/helm/src/main/resources/values.yaml @@ -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"