diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index c25a68f8bb..e8bb354eb5 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,5 +1,5 @@ name: redis -version: 4.1.2 +version: 4.1.3 appVersion: 4.0.11 description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. keywords: diff --git a/stable/redis/templates/networkpolicy.yaml b/stable/redis/templates/networkpolicy.yaml index d6e721be2c..85718fb046 100644 --- a/stable/redis/templates/networkpolicy.yaml +++ b/stable/redis/templates/networkpolicy.yaml @@ -12,6 +12,7 @@ spec: podSelector: matchLabels: app: {{ template "redis.name" . }} + release: "{{ .Release.Name }}" ingress: # Allow inbound connections - ports: