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 383128d commit 9babecf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ runPostHelmInstallCommands
echo "running the tests"
pwd

route="localhost:8080"
route="localhost:8080/${application}"

mvnVerifyArguments="-Dserver.host=${server_protocol}://${route} "
extraMvnVerifyArguments="$(getMvnVerifyExtraArguments)"
Expand Down
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;' ]

0 comments on commit 9babecf

Please sign in to comment.