Skip to content

Commit 5b3c7b6

Browse files
authored
Merge pull request #6282 from lsst-sqre/renovate/redis-8.x
chore(deps): update redis docker tag to v8.6.2
2 parents 1a81cf0 + f1a8c4d commit 5b3c7b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

applications/love/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

applications/love/charts/love-manager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

applications/love/charts/love-manager/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)