diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index db94d87420..5ab7597311 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: redis -version: 10.4.0 +version: 10.4.1 appVersion: 5.0.7 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 30f09f2fbf..93efec4fe0 100644 --- a/stable/redis/templates/networkpolicy.yaml +++ b/stable/redis/templates/networkpolicy.yaml @@ -18,6 +18,10 @@ spec: - Ingress - Egress egress: + # Allow dns resolution + - ports: + - port: 53 + protocol: UDP # Allow outbound connections to other cluster pods - ports: - port: {{ .Values.redisPort }}