Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion applications/love/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Deployment for the LSST Operators Visualization Environment
| love-manager.redis.envSecrets.REDIS_PASS | string | `"redis-pass"` | The redis password secret key name |
| love-manager.redis.image.pullPolicy | string | `"IfNotPresent"` | The pull policy for the redis image |
| love-manager.redis.image.repository | string | `"redis"` | The redis image to use |
| love-manager.redis.image.tag | string | `"8.6.1"` | The tag to use for the redis image |
| love-manager.redis.image.tag | string | `"8.6.2"` | The tag to use for the redis image |
| love-manager.redis.nodeSelector | object | `{}` | Node selection rules for the LOVE redis pods |
| love-manager.redis.port | int | `6379` | The redis port number |
| love-manager.redis.resources | object | `{}` | Resource specifications for the LOVE redis pods |
Expand Down
2 changes: 1 addition & 1 deletion applications/love/charts/love-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Helm chart for the LOVE manager service.
| redis.envSecrets.REDIS_PASS | string | `"redis-pass"` | The redis password secret key name |
| redis.image.pullPolicy | string | `"IfNotPresent"` | The pull policy for the redis image |
| redis.image.repository | string | `"redis"` | The redis image to use |
| redis.image.tag | string | `"8.6.1"` | The tag to use for the redis image |
| redis.image.tag | string | `"8.6.2"` | The tag to use for the redis image |
| redis.nodeSelector | object | `{}` | Node selection rules for the LOVE redis pods |
| redis.port | int | `6379` | The redis port number |
| redis.resources | object | `{}` | Resource specifications for the LOVE redis pods |
Expand Down
2 changes: 1 addition & 1 deletion applications/love/charts/love-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ redis:
# -- The redis image to use
repository: redis
# -- The tag to use for the redis image
tag: 8.6.1
tag: 8.6.2
# -- The pull policy for the redis image
pullPolicy: IfNotPresent
envSecrets:
Expand Down
Loading