@@ -107,25 +107,30 @@ global:
107107 # -- redis cluster addresses, if set the other values won't be used
108108 addresses : " "
109109 # -- Host for the external redis
110- host : " "
110+ host : " redis-master "
111111 # -- Scheme for the external redis. This can be redis, rediss, redis-socket or redis-sentinel
112- scheme : " "
112+ scheme : " redis "
113113 # -- username for the external redis.
114114 username : " "
115115 # -- password for the external redis, ignored in case of secret parameter with non-empty value
116- password : " "
116+ password : " convoy "
117117 # -- If this secret parameter is not empty, password value will be ignored. The password in the secret should be in the 'password' key
118118 secret : " "
119119 # -- Database name for the external redis.
120- database : " "
120+ database : " 0 "
121121 # -- Port for the external redis
122- port : " "
122+ port : " 6379 "
123123
124124# @ignored, used in case of external chart
125125postgresql :
126126 # -- Set to false if you don't want to create a postgres instance
127127 enabled : true
128128 fullnameOverride : " postgresql"
129+ image :
130+ registry : docker.io
131+ repository : bitnamilegacy/postgresql
132+ tag : 17.6.0-debian-12-r0
133+ pullPolicy : IfNotPresent
129134 global :
130135 postgresql :
131136 auth :
@@ -138,6 +143,11 @@ postgresql:
138143redis :
139144 # -- Set to false if you don't want to create a redis instance
140145 enabled : true
146+ image :
147+ registry : docker.io
148+ repository : bitnamilegacy/redis
149+ tag : 8.2.1-debian-12-r0
150+ pullPolicy : IfNotPresent
141151 architecture : standalone
142152 fullnameOverride : " redis"
143153 auth :
@@ -282,6 +292,8 @@ server:
282292 enabled : true
283293 file :
284294 basic : {}
295+ # -- If this secret parameter is not empty, basic auth inline value will be ignored. The basic auth config should be in the 'basic_auth_config' key
296+ secret : " "
285297 # @ignored
286298 tracer :
287299 type : *tracerType
0 commit comments