From b07049cb9028edd4205a4d13b6f342fcd7fa21bc Mon Sep 17 00:00:00 2001 From: Leo Q Date: Thu, 19 Sep 2024 18:25:30 +0800 Subject: [PATCH 1/2] update default values to have names --- charts/coredns/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/coredns/values.yaml b/charts/coredns/values.yaml index 7596879..24a3a1a 100644 --- a/charts/coredns/values.yaml +++ b/charts/coredns/values.yaml @@ -404,11 +404,15 @@ cilium: toPorts: - port: "53" protocol: "UDP" + name: "dns-udp" - port: "53" protocol: "TCP" + name: "dns-tcp" backend: toPorts: - port: "53" protocol: "UDP" + name: "dns-udp" - port: "53" protocol: "TCP" + name: "dns-tcp" From ae5882987adc6a2e9f0308f76f871f733eeee1ee Mon Sep 17 00:00:00 2001 From: Leo Q Date: Thu, 19 Sep 2024 18:26:23 +0800 Subject: [PATCH 2/2] Update Chart.yaml --- charts/coredns/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index 14831f5..111e962 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -21,4 +21,4 @@ name: coredns sources: - https://github.com/coredns/coredns type: application -version: 1.33.0 +version: 1.33.1