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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ keywords:
5
5
- redis
6
6
- keyvalue
7
7
- database
8
-
version: 4.33.5
8
+
version: 4.33.6
9
9
appVersion: 7.2.7
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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ The following table lists the configurable parameters of the Redis chart and the
165
165
|`schedulerName`| Use an alternate scheduler, e.g. "stork". ref: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/| string |`""`|
166
166
|`securityContext`| Security context to be added to the Redis StatefulSet. | object |`{"fsGroup":1000,"runAsNonRoot":true,"runAsUser":1000}`|
167
167
|`serviceAccount.annotations`| Annotations to be added to the service account for the redis statefulset | object |`{}`|
168
-
|`serviceAccount.automountToken`| opt in/out of automounting API credentials into container. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/| bool |`false`|
168
+
|`serviceAccount.automountToken`| opt in/out of automounting API credentials into container. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/| bool |`true`|
169
169
|`serviceAccount.create`| Specifies whether a ServiceAccount should be created | bool |`true`|
170
170
|`serviceAccount.name`| The name of the ServiceAccount to use. If not set and create is true, a name is generated using the redis-ha.fullname template | string |`""`|
171
171
|`serviceLabels`| Custom labels for redis service | object |`{}`|
0 commit comments