From 5857863a0c11adb2887be0f19065e006598fb81f Mon Sep 17 00:00:00 2001 From: Gabriel Mainberger Date: Wed, 18 May 2022 17:02:01 +0200 Subject: [PATCH] Update documentation to keycloak helm chart version 18.1.1 --- docs/modules/ROOT/pages/index.adoc | 2 +- docs/modules/ROOT/pages/references/parameters.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 7b0dea80..960d3680 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -1,6 +1,6 @@ = keycloak: A Commodore component to manage Keycloak -This component provides a set of tuned defaults and a simplified interface to deploy the https://artifacthub.io/packages/helm/codecentric/keycloak/17.0.3[Keycloak helm chart] on a Syn-enabled cluster. +This component provides a set of tuned defaults and a simplified interface to deploy the https://artifacthub.io/packages/helm/codecentric/keycloak/18.1.1[Keycloak helm chart] on a Syn-enabled cluster. The component defaults to provisioning a Bitnami Postgres database via the Keycloak helm chart, but this behavior can be overridden using the diff --git a/docs/modules/ROOT/pages/references/parameters.adoc b/docs/modules/ROOT/pages/references/parameters.adoc index 098c09c1..b8adf219 100644 --- a/docs/modules/ROOT/pages/references/parameters.adoc +++ b/docs/modules/ROOT/pages/references/parameters.adoc @@ -44,7 +44,7 @@ Usually there is just one deployment and therefore no change is required. [horizontal] type:: helm chart version -default:: `17.0.3` +default:: `18.1.1` A specific chart version. See the https://kapitan.dev/external_dependencies/#helm-type[kapitan documentation] for more information. @@ -724,6 +724,6 @@ type:: dict default:: see `defaults.yml` All helm_values are passed to the helm chart. -This allows to configure all https://github.com/codecentric/helm-charts/tree/keycloak-17.0.3/charts/keycloak#configuration[keycloak helm chart values]. +This allows to configure all https://github.com/codecentric/helm-charts/tree/keycloak-18.1.1/charts/keycloak#configuration[keycloak helm chart values]. Note that it's your own liability to make sure you don't break stuff by overwriting values here!