File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ Deployment for the LSST Operators Visualization Environment
153153| love-manager.redis.envSecrets.REDIS_PASS | string | ` "redis-pass" ` | The redis password secret key name |
154154| love-manager.redis.image.pullPolicy | string | ` "IfNotPresent" ` | The pull policy for the redis image |
155155| love-manager.redis.image.repository | string | ` "redis" ` | The redis image to use |
156- | love-manager.redis.image.tag | string | ` "8.6.1 " ` | The tag to use for the redis image |
156+ | love-manager.redis.image.tag | string | ` "8.6.2 " ` | The tag to use for the redis image |
157157| love-manager.redis.nodeSelector | object | ` {} ` | Node selection rules for the LOVE redis pods |
158158| love-manager.redis.port | int | ` 6379 ` | The redis port number |
159159| love-manager.redis.resources | object | ` {} ` | Resource specifications for the LOVE redis pods |
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Helm chart for the LOVE manager service.
121121| redis.envSecrets.REDIS_PASS | string | ` "redis-pass" ` | The redis password secret key name |
122122| redis.image.pullPolicy | string | ` "IfNotPresent" ` | The pull policy for the redis image |
123123| redis.image.repository | string | ` "redis" ` | The redis image to use |
124- | redis.image.tag | string | ` "8.6.1 " ` | The tag to use for the redis image |
124+ | redis.image.tag | string | ` "8.6.2 " ` | The tag to use for the redis image |
125125| redis.nodeSelector | object | ` {} ` | Node selection rules for the LOVE redis pods |
126126| redis.port | int | ` 6379 ` | The redis port number |
127127| redis.resources | object | ` {} ` | Resource specifications for the LOVE redis pods |
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ redis:
260260 # -- The redis image to use
261261 repository : redis
262262 # -- The tag to use for the redis image
263- tag : 8.6.1
263+ tag : 8.6.2
264264 # -- The pull policy for the redis image
265265 pullPolicy : IfNotPresent
266266 envSecrets :
You can’t perform that action at this time.
0 commit comments