Skip to content

Commit

Permalink
feat(chart)!: upgrade integrated postgresql chart version to 12.12.10
Browse files Browse the repository at this point in the history
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 <dominik.pinsel@mercedes-benz.com>
  • Loading branch information
DominikPinsel committed Apr 8, 2024
1 parent f4f93eb commit 1f86b7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/managed-identity-wallet/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/managed-identity-wallet/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/managed-identity-wallet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand Down

0 comments on commit 1f86b7a

Please sign in to comment.