Skip to content

Commit

Permalink
chore: update postgresql helm chart from 12.1.6 to 12.11.2 (#776)
Browse files Browse the repository at this point in the history
* Update Postgresql from 12.1.6 to 15.4.0

* Update README

* Correct chart version 12.11.2
  • Loading branch information
tuncaytunc-zf authored Sep 20, 2023
1 parent 7daa319 commit 4b38aa4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/tractusx-connector-azure-vault/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ dependencies:
# PostgreSQL
- name: postgresql
alias: postgresql
version: 12.1.6
version: 12.11.2
repository: https://charts.bitnami.com/bitnami
condition: install.postgresql
2 changes: 1 addition & 1 deletion charts/tractusx-connector-azure-vault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ helm install my-release tractusx-edc/tractusx-connector-azure-vault --version 0.

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql(postgresql) | 12.1.6 |
| https://charts.bitnami.com/bitnami | postgresql(postgresql) | 12.11.2 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion charts/tractusx-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ dependencies:
# PostgreSQL
- name: postgresql
alias: postgresql
version: 12.1.6
version: 12.11.2
repository: https://charts.bitnami.com/bitnami
condition: install.postgresql
2 changes: 1 addition & 1 deletion charts/tractusx-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ helm install my-release tractusx-edc/tractusx-connector --version 0.5.1 \

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql(postgresql) | 12.1.6 |
| https://charts.bitnami.com/bitnami | postgresql(postgresql) | 12.11.2 |
| https://helm.releases.hashicorp.com | vault(vault) | 0.20.0 |

## Values
Expand Down

0 comments on commit 4b38aa4

Please sign in to comment.