Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm: 508 update postgres version to 15.4 #941

Merged
merged 2 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/connector/edc-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ dependencies:
alias: edc-postgresql
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.1.6
version: 12.12.10
6 changes: 3 additions & 3 deletions charts/traceability-foss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ dependencies:
version: 1.3.27
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.1.6
version: 12.12.10
condition: postgresql.enabled
- name: pgadmin4
repository: https://helm.runix.net
version: 1.13.6
version: 1.23.1
condition: pgadmin4.enabled
- name: irs-helm
repository: https://eclipse-tractusx.github.io/item-relationship-service
Expand All @@ -51,5 +51,5 @@ dependencies:
- name: postgresql
alias: edc-postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.1.6
version: 12.12.10
condition: edc-postgresql.enabled
2 changes: 1 addition & 1 deletion charts/traceability-foss/charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ appVersion: "10.2.1"
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.1.6
version: 12.12.10
condition: postgresql.enabled
- name: pgadmin4
repository: https://helm.runix.net
Expand Down