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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
apiVersion: v2
2
2
name: redis-ha
3
-
home: http://redis.io/
3
+
home: https://redis.io/
4
4
keywords:
5
5
- redis
6
6
- keyvalue
7
7
- database
8
-
version: 4.33.9
9
-
appVersion: 7.2.7
8
+
version: 4.34.4
9
+
appVersion: 8.2.1
10
10
description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management
|`image.tag`| Redis image tag | string |`"7.2.7-alpine"`|
90
+
|`image.tag`| Redis image tag | string |`"8.2.1-alpine"`|
91
91
|`imagePullSecrets`| Reference to one or more secrets to be used when pulling redis images | list |`[]`|
92
92
|`init.resources`| Extra init resources | object |`{}`|
93
93
|`labels`| Custom labels for the redis pod | object |`{}`|
@@ -242,6 +242,7 @@ The following table lists the configurable parameters of the Redis chart and the
242
242
|`haproxy.containerPort`| Modify HAProxy deployment container port | int |`6379`|
243
243
|`haproxy.containerSecurityContext`| Security context to be added to the HAProxy containers. | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"runAsNonRoot":true,"seccompProfile":{"type":"RuntimeDefault"}}`|
244
244
|`haproxy.customConfig`| Allows for custom config-haproxy.cfg file to be applied. If this is used then default config will be overwriten | string |`nil`|
@@ -484,3 +485,12 @@ As a result, from this version onwards Kubernetes versions older than 1.19 will
484
485
485
486
----------------------------------------------
486
487
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
488
+
489
+
## 4.34.1 - Upgrade may complain about selector label changes being immutable
490
+
This version introduced changes to the selector labels for the Deployments. Depending on the policies in your cluster, you may see an error like this when upgrading:
491
+
492
+
```
493
+
Error: UPGRADE FAILED: cannot patch "redis-redis-ha-haproxy" with kind Deployment: Deployment.apps "redis-redis-ha-haproxy" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"app":"redis-ha-haproxy", "component":"haproxy", "release":"redis"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable
494
+
```
495
+
496
+
In these cases, you'll need to delete the Deployment for the haproxy, or simple do a forceful upgrade.
0 commit comments