From 20072bfbebed1ac8d25606aadc7fce30f075690f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Fri, 28 Oct 2022 13:29:50 +0200 Subject: [PATCH] [bitnami/keycloak] Update dependencies (#13219) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/keycloak] Update dependencies Signed-off-by: jotamartos * [bitnami/keycloak] Update README Signed-off-by: jotamartos Signed-off-by: jotamartos Signed-off-by: Juan José Martos --- bitnami/keycloak/Chart.lock | 6 +++--- bitnami/keycloak/Chart.yaml | 4 ++-- bitnami/keycloak/README.md | 8 +++++++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/bitnami/keycloak/Chart.lock b/bitnami/keycloak/Chart.lock index 7ac516158..adedb6044 100644 --- a/bitnami/keycloak/Chart.lock +++ b/bitnami/keycloak/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 11.9.12 + version: 12.0.0 - name: common repository: https://charts.bitnami.com/bitnami version: 2.0.4 -digest: sha256:b195376ec382de8b57a72e6b586189b8c8e588888bde2925b570755503db1c06 -generated: "2022-10-26T13:43:01.671169794Z" +digest: sha256:5ae5346fa00c70cd701d31b92204f00fc2ef4fd7761b4d731c055e7fcefe0565 +generated: "2022-10-28T10:00:25.145782727+02:00" diff --git a/bitnami/keycloak/Chart.yaml b/bitnami/keycloak/Chart.yaml index b39fbf009..d19a66b9a 100644 --- a/bitnami/keycloak/Chart.yaml +++ b/bitnami/keycloak/Chart.yaml @@ -6,7 +6,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.bitnami.com/bitnami - version: 11.x.x + version: 12.x.x - name: common repository: https://charts.bitnami.com/bitnami tags: @@ -26,4 +26,4 @@ name: keycloak sources: - https://github.com/bitnami/containers/tree/main/bitnami/keycloak - https://github.com/keycloak/keycloak -version: 11.0.1 +version: 12.0.0 diff --git a/bitnami/keycloak/README.md b/bitnami/keycloak/README.md index df030453f..ac019e6b4 100644 --- a/bitnami/keycloak/README.md +++ b/bitnami/keycloak/README.md @@ -444,6 +444,12 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 12.0.0 + +This major updates the PostgreSQL subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1200) you can find more information about the changes introduced in that version. + +### To any previous version + Refer to the [chart documentation for more information about how to upgrade from previous releases](https://docs.bitnami.com/kubernetes/apps/keycloak/administration/upgrade/). ## License @@ -460,4 +466,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License.