Skip to content

Commit 4fba4f9

Browse files
[stable/redis-ha]: support pod annotations on the test-ha pod (#305)
* redis-ha: support pod annotations on the test-ha pod Signed-off-by: Ben Gadbois <[email protected]> * chore: bump version to 4.34.8 in Chart.yaml Signed-off-by: Aaron Layfield <[email protected]> --------- Signed-off-by: Ben Gadbois <[email protected]> Signed-off-by: Aaron Layfield <[email protected]> Co-authored-by: Aaron Layfield <[email protected]>
1 parent 399641e commit 4fba4f9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/redis-ha/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
- redis
66
- keyvalue
77
- database
8-
version: 4.34.7
8+
version: 4.34.8
99
appVersion: 8.2.1
1010
description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management
1111
icon: https://img.icons8.com/external-tal-revivo-shadow-tal-revivo/24/external-redis-an-in-memory-data-structure-project-implementing-a-distributed-logo-shadow-tal-revivo.png

charts/redis-ha/templates/tests/test-redis-ha-pod.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ metadata:
77
labels:
88
{{ include "labels.standard" . | indent 4 }}
99
annotations:
10+
{{- if .Values.podAnnotations }}
11+
{{ toYaml .Values.podAnnotations | indent 4 }}
12+
{{- end }}
1013
"helm.sh/hook": test-success
1114
spec:
1215
nodeSelector:

0 commit comments

Comments
 (0)