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

chore(deps): update helm release postgresql to v13.4.4 #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/pearl/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A Helm chart for Pearl API, UI and DB
dependencies:
- name: postgresql
condition: postgresql.enabled
version: 12.1.9
version: 13.4.4
repository: https://charts.bitnami.com/bitnami

type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/platine-management/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A Helm chart for Platine Management API, UI and DB
dependencies:
- name: postgresql
condition: postgresql.enabled
version: 12.1.9
version: 13.4.4
repository: https://charts.bitnami.com/bitnami

type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/pogues/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A Helm chart for Pogues, Pogues-BO and bdd
dependencies:
- name: postgresql
condition: postgresql.enabled
version: 11.6.15
version: 13.4.4
repository: https://charts.bitnami.com/bitnami

type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/public-enemy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A Helm chart for Public Enemy API, UI and DB
dependencies:
- name: postgresql
condition: postgresql.enabled
version: 12.2.7
version: 13.4.4
repository: https://charts.bitnami.com/bitnami

type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/queen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A Helm chart for Queen API, UI and DB
dependencies:
- name: postgresql
condition: postgresql.enabled
version: 13.2.15
version: 13.4.4
repository: https://charts.bitnami.com/bitnami

type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/stromae-v2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A Helm chart for Stromae API, UI and DB
dependencies:
- name: postgresql
condition: postgresql.enabled
version: 12.1.9
version: 13.4.4
repository: https://charts.bitnami.com/bitnami

type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/ui-api-std/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.1.2

dependencies:
- name: postgresql
version: 10.3.11
version: 13.4.4
repository: https://charts.bitnami.com/bitnami
condition: postgresql-bitnami.enabled
alias: postgresql-bitnami
Expand Down