From 1f86b7aa8a4648e2c0129e66e8a39d462f99c3a1 Mon Sep 17 00:00:00 2001 From: Dominik Pinsel Date: Mon, 8 Apr 2024 13:53:03 +0200 Subject: [PATCH] feat(chart)!: upgrade integrated postgresql chart version to 12.12.10 BREAKING CHANGE: If you are using the postgres instance from the MIW chart (v0.x.x), it is important to note that you will need to upgrade your existing postgres data to version 15 before installing this chart. Failure to do so may result in the postgres instance from this version not starting. To upgrade your postgres data, you can follow the instructions provided by the postgres documentation. Signed-off-by: Dominik Pinsel --- charts/managed-identity-wallet/Chart.lock | 8 ++++---- charts/managed-identity-wallet/Chart.yaml | 4 ++-- charts/managed-identity-wallet/README.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/managed-identity-wallet/Chart.lock b/charts/managed-identity-wallet/Chart.lock index ef26fd56f..c347bdbe3 100644 --- a/charts/managed-identity-wallet/Chart.lock +++ b/charts/managed-identity-wallet/Chart.lock @@ -4,12 +4,12 @@ dependencies: version: 15.1.6 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.13.3 + version: 2.19.1 - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 11.9.13 + version: 12.12.10 - name: pgadmin4 repository: file://charts/pgadmin4 version: 1.19.0 -digest: sha256:fb94864221b4fed31894b48ac56b72a2324da0dc1cb1d6888cc52c3490685df7 -generated: "2023-12-15T10:30:41.880265+01:00" +digest: sha256:4fb1b4bcca01ad32fa072a704bc29e32572ca07e470742ce769c0e1da28b07bb +generated: "2024-04-08T14:01:05.180757233+02:00" diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index 78e11d889..6f317a6a6 100644 --- a/charts/managed-identity-wallet/Chart.yaml +++ b/charts/managed-identity-wallet/Chart.yaml @@ -1,5 +1,5 @@ # /******************************************************************************** -# * Copyright (c) 2021,2023 Contributors to the Eclipse Foundation +# * Copyright (c) 2021,2024 Contributors to the Eclipse Foundation # * # * See the NOTICE file(s) distributed with this work for additional # * information regarding copyright ownership. @@ -52,7 +52,7 @@ dependencies: - bitnami-common version: 2.x.x - name: postgresql - version: 11.9.13 + version: 12.12.10 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled - name: pgadmin4 diff --git a/charts/managed-identity-wallet/README.md b/charts/managed-identity-wallet/README.md index da4f35823..0e9b01f12 100644 --- a/charts/managed-identity-wallet/README.md +++ b/charts/managed-identity-wallet/README.md @@ -80,7 +80,7 @@ See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command document | file://charts/pgadmin4 | pgadmin4 | 1.19.0 | | https://charts.bitnami.com/bitnami | common | 2.x.x | | https://charts.bitnami.com/bitnami | keycloak | 15.1.6 | -| https://charts.bitnami.com/bitnami | postgresql | 11.9.13 | +| https://charts.bitnami.com/bitnami | postgresql | 12.12.10 |

(back to top)