Skip to content

Commit

Permalink
fix(queen): bump postgresql chart helm version (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdarras authored Nov 23, 2023
1 parent 934bfd0 commit 04e5565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: 14.10.0
version: 13.2.15
repository: https://charts.bitnami.com/bitnami

type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/queen/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
{{- toYaml .Values.api.podSecurityContext | nindent 8 }}
initContainers:
- name: check-db-ready
image: postgres:14.10
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 04e5565

Please sign in to comment.