From fd2e02ba9c51b8043636055fbb129861461ab9f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9lian=20Saint-Bonnet?= Date: Fri, 24 Jun 2022 16:32:26 +0200 Subject: [PATCH] [bitnami/keycloak] Fix typos related to truststore (#10852) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/keycloak] Fix typos related to truststore Signed-off-by: Kélian Saint-Bonnet * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers Co-authored-by: Jose Antonio Carmona --- bitnami/keycloak/Chart.yaml | 2 +- bitnami/keycloak/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/keycloak/Chart.yaml b/bitnami/keycloak/Chart.yaml index 019ae3ce8f..d9fbc12915 100644 --- a/bitnami/keycloak/Chart.yaml +++ b/bitnami/keycloak/Chart.yaml @@ -26,4 +26,4 @@ name: keycloak sources: - https://github.com/bitnami/bitnami-docker-keycloak - https://github.com/keycloak/keycloak -version: 9.3.0 +version: 9.3.1 diff --git a/bitnami/keycloak/values.yaml b/bitnami/keycloak/values.yaml index 7b931922b0..e2f64e28ff 100644 --- a/bitnami/keycloak/values.yaml +++ b/bitnami/keycloak/values.yaml @@ -111,7 +111,7 @@ auth: ## admin-password: myPasswordKey ## management-password: myManagementPasswordKey ## tls-keystore-password: myTlsKeystorePasswordKey - ## tls-truestore-password: myTlsTruestorePasswordKey + ## tls-truststore-password: myTlsTruststorePasswordKey ## existingSecret: "" ## @param auth.existingSecretPerPassword Override `existingSecret` and other secret values @@ -147,7 +147,7 @@ auth: autoGenerated: false ## @param auth.tls.existingSecret Existing secret containing the TLS certificates per Keycloak replica ## Create this secret following the steps below: - ## 1) Generate your trustore and keystore files (more info at https://www.keycloak.org/docs/latest/server_installation/#_setting_up_ssl) + ## 1) Generate your truststore and keystore files (more info at https://www.keycloak.org/docs/latest/server_installation/#_setting_up_ssl) ## 2) Rename your truststore to `keycloak.truststore.jks`. ## 3) Rename your keystores to `keycloak-X.keystore.jks` where X is the ID of each Keycloak replica ## 4) Run the command below where SECRET_NAME is the name of the secret you want to create: @@ -160,11 +160,11 @@ auth: ## usePem: false ## @param auth.tls.truststoreFilename Truststore specific filename inside the existing secret - ## Note: Setting up this value, you will use the same trustore file in all the replicas + ## Note: Setting up this value, you will use the same truststore file in all the replicas ## truststoreFilename: "" ## @param auth.tls.keystoreFilename Keystore specific filename inside the existing secret - ## Note: Setting up this value, you will use the same trustore file in all the replicas + ## Note: Setting up this value, you will use the same truststore file in all the replicas ## keystoreFilename: "" ## @param auth.tls.jksSecret DEPRECATED. Use `auth.tls.existingSecret` instead