You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/redis-ha/Chart.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ keywords:
5
5
- redis
6
6
- keyvalue
7
7
- database
8
-
version: 4.37.0
9
-
appVersion: 8.2.4
8
+
version: 4.38.0
9
+
appVersion: 8.8.0
10
10
description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management
Copy file name to clipboardExpand all lines: charts/redis-ha/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,9 @@ The following table lists the configurable parameters of the Redis chart and the
69
69
|`authKey`| Defines the key holding the redis password in existing secret. | string |`"auth"`|
70
70
|`authSecretAnnotations`| Annotations for auth secret | object |`{}`|
71
71
|`configmap.labels`| Custom labels for the redis configmap | object |`{}`|
72
-
|`configmapTest.image`| Image for redis-ha-configmap-test hook | object |`{"repository":"koalaman/shellcheck","tag":"v0.10.0"}`|
72
+
|`configmapTest.image`| Image for redis-ha-configmap-test hook | object |`{"repository":"koalaman/shellcheck","tag":"v0.11.0"}`|
73
73
|`configmapTest.image.repository`| Repository of the configmap shellcheck test image. | string |`"koalaman/shellcheck"`|
74
-
|`configmapTest.image.tag`| Tag of the configmap shellcheck test image. | string |`"v0.10.0"`|
74
+
|`configmapTest.image.tag`| Tag of the configmap shellcheck test image. | string |`"v0.11.0"`|
75
75
|`configmapTest.resources`| Resources for the ConfigMap test pod | object |`{}`|
76
76
|`containerSecurityContext`| Security context to be added to the Redis containers. | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"runAsNonRoot":true,"runAsUser":1000,"seccompProfile":{"type":"RuntimeDefault"}}`|
77
77
|`emptyDir`| Configuration of `emptyDir`, used only if persistentVolume is disabled and no hostPath specified | object |`{}`|
@@ -88,7 +88,7 @@ The following table lists the configurable parameters of the Redis chart and the
88
88
|`hostPath.path`| Use this path on the host for data storage. path is evaluated as template so placeholders are replaced | string |`""`|
0 commit comments