From 2606f32765b9e4196736021f69dd55e7e75eeca2 Mon Sep 17 00:00:00 2001 From: Omar Mohamed Date: Sun, 8 Sep 2024 17:54:22 +0300 Subject: [PATCH 1/3] Specify which keys must the secret have for jks Signed-off-by: Omar Mohamed --- bitnami/keycloak/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bitnami/keycloak/values.yaml b/bitnami/keycloak/values.yaml index 3c643c5e3deaa9..ecea66e8d46d52 100644 --- a/bitnami/keycloak/values.yaml +++ b/bitnami/keycloak/values.yaml @@ -166,7 +166,7 @@ tls: ## existingSecret: "" ## @param tls.usePem Use PEM certificates as input instead of PKS12/JKS stores - ## If "true", the Keycloak chart will look for the files keycloak.key and keycloak.crt inside the secret provided with 'existingSecret'. + ## If "true", the Keycloak chart will look for the files tls.key and tls.crt inside the secret provided with 'existingSecret'. ## usePem: false ## @param tls.truststoreFilename Truststore filename inside the existing secret @@ -182,6 +182,7 @@ tls: ## truststorePassword: "" ## @param tls.passwordsSecret Secret containing the Keystore and Truststore passwords. + ## The secret must have "tls-keystore-password" and "tls-truststore-password" keys for the keystore and truststore respectively. ## passwordsSecret: "" ## SPI TLS settings @@ -202,6 +203,7 @@ spi: ## truststoreFilename: "keycloak-spi.truststore.jks" ## @param spi.passwordsSecret Secret containing the SPI Truststore passwords. + ## The secret must have "spi-truststore-password" key. ## passwordsSecret: "" ## @param spi.hostnameVerificationPolicy Verify the hostname of the server's certificate. Allowed values: "ANY", "WILDCARD", "STRICT". From f5ef764dbf16a761ab15fffdc3c84eb6df2cb23d Mon Sep 17 00:00:00 2001 From: Omar Mohamed Date: Mon, 9 Sep 2024 11:26:42 +0300 Subject: [PATCH 2/3] Bump chart version Signed-off-by: Omar Mohamed --- bitnami/keycloak/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/keycloak/Chart.yaml b/bitnami/keycloak/Chart.yaml index ba350409c18c8b..d4e33fdaefc5b5 100644 --- a/bitnami/keycloak/Chart.yaml +++ b/bitnami/keycloak/Chart.yaml @@ -33,4 +33,4 @@ maintainers: name: keycloak sources: - https://github.com/bitnami/charts/tree/main/bitnami/keycloak -version: 22.2.1 +version: 22.2.2 From fb41f35154ab6ac3995c4dfd1a827fcdd54c4572 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Mon, 9 Sep 2024 08:31:45 +0000 Subject: [PATCH 3/3] Update CHANGELOG.md Signed-off-by: Bitnami Containers --- bitnami/keycloak/CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bitnami/keycloak/CHANGELOG.md b/bitnami/keycloak/CHANGELOG.md index 66c10812f70c00..b9be91a21a5c00 100644 --- a/bitnami/keycloak/CHANGELOG.md +++ b/bitnami/keycloak/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 22.2.1 (2024-08-26) +## 22.2.2 (2024-09-09) -* [bitnami/keycloak] fix: :bug: Add emptyDir at /bitnami to allow init scripts ([#29020](https://github.com/bitnami/charts/pull/29020)) +* [bitnami/keycloak] Specify which keys must the secret have for jks in values.yaml comments ([#29301](https://github.com/bitnami/charts/pull/29301)) + +## 22.2.1 (2024-08-26) + +* [bitnami/keycloak] fix: :bug: Add emptyDir at /bitnami to allow init scripts (#29020) ([3d04a65](https://github.com/bitnami/charts/commit/3d04a655e59ce25587d84b1a2a44844dfcf19de3)), closes [#29020](https://github.com/bitnami/charts/issues/29020) ## 22.2.0 (2024-08-26)