File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ appVersion: 31.0.0.Final
77dependencies :
88 - name : postgresql
99 repository : https://charts.bitnami.com/bitnami
10- version : 13.1.5
10+ version : 16.2.2
1111 - name : wildfly
1212 repository : http://docs.wildfly.org/wildfly-charts/
1313 version : 2.3.2
Original file line number Diff line number Diff line change 33# Declare variables to be passed into your templates.
44
55postgresql :
6+ image :
7+ repository : bitnami/postgresql
8+ tag : 17
69 auth :
710 username : todos-db
811 password : todos-db
@@ -46,8 +49,7 @@ wildfly:
4649 value : " 96"
4750 initContainers :
4851 - name : check-db-ready
49- image : postgres:9.6.5
52+ image : bitnami/postgresql:17
5053 command : [ 'sh', '-c',
51- ' until pg_isready -h todo-backend-postgresql -p 5432;
54+ ' until pg_isready -h todo-backend-postgresql -p 5432;
5255 do echo waiting for database; sleep 2; done;' ]
53-
You can’t perform that action at this time.
0 commit comments