[bitnami/redis-cluster] Possibility to use targetPod on labels and annotations at externalAccess (#7635)

* possibility to use targetPod on labels and annotations at externalAccess

* bump redis-cluster chart version
This commit is contained in:
Houston da Paz
2021-09-28 15:43:52 +02:00
committed by GitHub
parent 96cb90c79c
commit f4ae3b98df
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ name: redis-cluster
sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
version: 6.3.7
version: 6.3.8
@@ -5,6 +5,7 @@
{{- range $i, $e := until $nodesCount }}
{{- $targetPod := printf "%s-%d" (printf "%s" $fullName) $i }}
{{- $_ := set $ "targetPod" $targetPod }}
---
apiVersion: v1