diff --git a/charts/redis-ha/Chart.yaml b/charts/redis-ha/Chart.yaml index b07fc99..3b5ac42 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 4.34.12 +version: 4.34.13 appVersion: 8.2.1 description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management 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 diff --git a/charts/redis-ha/templates/redis-ha-network-policy.yaml b/charts/redis-ha/templates/redis-ha-network-policy.yaml index e1e1cb7..6199a00 100644 --- a/charts/redis-ha/templates/redis-ha-network-policy.yaml +++ b/charts/redis-ha/templates/redis-ha-network-policy.yaml @@ -62,7 +62,7 @@ spec: {{- if $rule.ports }} {{ toYaml $rule.ports | indent 7 }} {{- else }} - {{- include "redis-ports" . | nindent 6 }} + {{- include "redis-ports" $root | nindent 6 }} {{- end }} {{- end }} {{- end }} diff --git a/charts/redis-ha/templates/redis-haproxy-network-policy.yaml b/charts/redis-ha/templates/redis-haproxy-network-policy.yaml index 08ce236..a00a74a 100644 --- a/charts/redis-ha/templates/redis-haproxy-network-policy.yaml +++ b/charts/redis-ha/templates/redis-haproxy-network-policy.yaml @@ -61,6 +61,6 @@ spec: {{- if $rule.ports }} {{- toYaml $rule.ports | nindent 8 }} {{- end }} - {{- include "redis-ports" . | nindent 8 }} + {{- include "redis-ports" $root | nindent 8 }} {{- end }} {{- end }}