From bc662b23d8c0adc150812bf47210d82ca83d1f38 Mon Sep 17 00:00:00 2001 From: Dinar Valeev Date: Wed, 22 Sep 2021 16:22:07 +0200 Subject: [PATCH] Run coredns on unpriveleged port Signed-off-by: Dinar Valeev --- chart/k8gb/Chart.lock | 6 +++--- chart/k8gb/Chart.yaml | 2 +- chart/k8gb/templates/coredns-cm.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chart/k8gb/Chart.lock b/chart/k8gb/Chart.lock index 8e2190663f..7fd7b3846b 100644 --- a/chart/k8gb/Chart.lock +++ b/chart/k8gb/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: coredns repository: https://absaoss.github.io/coredns-helm - version: 1.15.2 -digest: sha256:454120d311ca4b67ecbf6a0d33ea3282b795d69b4bee7ba0eed2488949908927 -generated: "2021-04-26T10:11:08.378412+02:00" + version: 1.15.3 +digest: sha256:1d0d37c5c794791fd23077b7eec889ed814b5acca9c45084c23889838c7535b3 +generated: "2021-09-22T16:22:52.020645+02:00" diff --git a/chart/k8gb/Chart.yaml b/chart/k8gb/Chart.yaml index d9c2fca1f9..b8f9a29ae8 100644 --- a/chart/k8gb/Chart.yaml +++ b/chart/k8gb/Chart.yaml @@ -8,7 +8,7 @@ appVersion: v0.8.2 dependencies: - name: coredns repository: https://absaoss.github.io/coredns-helm - version: 1.15.2 + version: 1.15.3 home: https://www.k8gb.io/ sources: diff --git a/chart/k8gb/templates/coredns-cm.yaml b/chart/k8gb/templates/coredns-cm.yaml index 5470e22d75..2eb355a1b7 100644 --- a/chart/k8gb/templates/coredns-cm.yaml +++ b/chart/k8gb/templates/coredns-cm.yaml @@ -6,7 +6,7 @@ metadata: apiVersion: v1 data: Corefile: |- - {{ .Values.k8gb.dnsZone }}:53 { + {{ .Values.k8gb.dnsZone }}:5353 { errors health ready