Skip to content

Commit

Permalink
[queen]: fix postgre version
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Jan 17, 2024
1 parent 6db0060 commit 30d32a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/queen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description: A Helm chart for Queen API, UI and DB
dependencies:
- name: postgresql
condition: postgresql.enabled
version: 12.2.7
version: 13.2.30
repository: https://charts.bitnami.com/bitnami

type: application
version: 0.5.1
version: 0.5.2
appVersion: "4.0.0"
2 changes: 1 addition & 1 deletion charts/queen/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:

initContainers:
- name: check-db-ready
image: postgres:11.6
image: postgres:16.1
command: ['sh', '-c',
until pg_isready -h {{ include "queen.postgresql.fullname" . }} -p {{ .Values.postgresql.auth.port}};
do echo waiting for database; sleep 2; done;]
Expand Down

0 comments on commit 30d32a1

Please sign in to comment.