File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ appVersion: 31.0.0.Final
7
7
dependencies :
8
8
- name : postgresql
9
9
repository : https://charts.bitnami.com/bitnami
10
- version : 13.1.5
10
+ version : 16.2.2
11
11
- name : wildfly
12
12
repository : http://docs.wildfly.org/wildfly-charts/
13
13
version : 2.3.2
Original file line number Diff line number Diff line change 3
3
# Declare variables to be passed into your templates.
4
4
5
5
postgresql :
6
+ image :
7
+ repository : bitnami/postgresql
8
+ tag : 17
6
9
auth :
7
10
username : todos-db
8
11
password : todos-db
@@ -46,8 +49,7 @@ wildfly:
46
49
value : " 96"
47
50
initContainers :
48
51
- name : check-db-ready
49
- image : postgres:9.6.5
52
+ image : bitnami/postgresql:17
50
53
command : [ 'sh', '-c',
51
- ' until pg_isready -h todo-backend-postgresql -p 5432;
54
+ ' until pg_isready -h todo-backend-postgresql -p 5432;
52
55
do echo waiting for database; sleep 2; done;' ]
53
-
You can’t perform that action at this time.
0 commit comments