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

[WFLY-19898] remove PostgreSQL internal image configuration #972

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 todo-backend/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ appVersion: 31.0.0.Final
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 13.1.5
version: 16.2.2
- name: wildfly
repository: http://docs.wildfly.org/wildfly-charts/
version: 2.3.2
5 changes: 2 additions & 3 deletions todo-backend/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ wildfly:
value: "96"
initContainers:
- name: check-db-ready
image: postgres:9.6.5
image: docker.io/bitnami/postgresql:17.2.0-debian-12-r0
command: [ 'sh', '-c',
'until pg_isready -h todo-backend-postgresql -p 5432;
'until pg_isready -h todo-backend-postgresql -p 5432;
do echo waiting for database; sleep 2; done;' ]

Loading