File tree 2 files changed +8
-6
lines changed 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -117,13 +117,15 @@ services:
117
117
- 10000-10020:10000-10020/udp
118
118
119
119
redis :
120
- image : redis:7.0.8-alpine
120
+ image : bitnami/ redis:7.4.1
121
121
restart : always
122
+ environment :
123
+ ALLOW_EMPTY_PASSWORD : yes
122
124
ports :
123
125
- 6379:6379
124
126
125
127
postgres :
126
- image : postgres:14.1-alpine
128
+ image : bitnami/postgresql:17.2.0
127
129
restart : always
128
130
environment :
129
131
POSTGRES_USER : postgres
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ apiVersion: v2
2
2
name : routr-connect
3
3
description : Routr Connect Helm Chart
4
4
type : application
5
- version : 0.4.2
6
- appVersion : 2.9.0
5
+ version : 0.4.1
6
+ appVersion : 2.13.6
7
7
dependencies :
8
8
- name : postgresql
9
- version : 12.1.15
9
+ version : 16.2.2
10
10
repository : https://charts.bitnami.com/bitnami
11
11
condition : postgresql.enabled
12
12
- name : redis
13
- version : 17.7.3
13
+ version : 20.3.0
14
14
repository : https://charts.bitnami.com/bitnami
15
15
condition : redis.enabled
You can’t perform that action at this time.
0 commit comments