Skip to content

Commit f1a8c4d

Browse files
committed
Update Helm docs
1 parent c14710d commit f1a8c4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 |

0 commit comments

Comments
 (0)