Skip to content

Commit

Permalink
[WFLY-19898] update version of the postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
kstekovi committed Nov 28, 2024
1 parent 0a0d1d2 commit a4156c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todo-backend/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ wildfly:
value: "96"
initContainers:
- name: check-db-ready
image: docker.io:bitnami/postgresql:17.2.0-debian-12-r0
image: docker.io/bitnami/postgresql:17.2.0-debian-12-r0
command: [ 'sh', '-c',
'until pg_isready -h todo-backend-postgresql -p 5432;
do echo waiting for database; sleep 2; done;' ]

0 comments on commit a4156c2

Please sign in to comment.