Skip to content

Commit a4e85fb

Browse files
committed
[WFLY-19898] update version of the postgresql
1 parent 383128d commit a4e85fb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

todo-backend/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ appVersion: 31.0.0.Final
77
dependencies:
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

todo-backend/charts/values.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Declare variables to be passed into your templates.
44

55
postgresql:
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-

0 commit comments

Comments
 (0)