From 0a22ec8d97608ab9a41c6bc33eb2c57a0cb34ef0 Mon Sep 17 00:00:00 2001 From: vinnich Date: Tue, 23 Oct 2018 18:09:31 +0300 Subject: [PATCH] [stable/keycloak] Fix typo Readme.md Custom values for Google Cloud SQL (#8224) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [stable/keycloak] Fix typo Readme.md Custom values for Google Cloud SQL Signed-off-by: Vitalii Vinnichuk * [stable/keycloak] bump version Signed-off-by: Vitalii Vinnichuk * Update README.md Signed-off-by: Reinhard Nägele --- stable/keycloak/Chart.yaml | 2 +- stable/keycloak/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/keycloak/Chart.yaml b/stable/keycloak/Chart.yaml index 5ac1c65e23..3dae5ad4b3 100644 --- a/stable/keycloak/Chart.yaml +++ b/stable/keycloak/Chart.yaml @@ -1,5 +1,5 @@ name: keycloak -version: 4.0.0 +version: 4.0.1 appVersion: 4.5.0.Final description: Open Source Identity and Access Management For Modern Applications and Services keywords: diff --git a/stable/keycloak/README.md b/stable/keycloak/README.md index fa901d828a..b81f59c5c8 100644 --- a/stable/keycloak/README.md +++ b/stable/keycloak/README.md @@ -249,7 +249,7 @@ Because `keycloak.extraContainers` is a string that is passed through the `tpl` ```yaml # Custom values for Google Cloud SQL -gcloudsql: +cloudsql: project: my-project region: europe-west1 instance: my-instance