From 5c12887ff96b2cb32f19044a0e80eb6899f493a6 Mon Sep 17 00:00:00 2001 From: Matthias Teich Date: Fri, 4 Feb 2022 10:10:13 +0100 Subject: [PATCH] Fix linting issue + set correct version Signed-off-by: Matthias Teich --- charts/coredns/Chart.yaml | 2 +- charts/coredns/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index 53f652a..d94fc05 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: coredns -version: 1.17.0 +version: 1.18.0 appVersion: 1.8.7 home: https://coredns.io icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png diff --git a/charts/coredns/values.yaml b/charts/coredns/values.yaml index 17bd168..fadb30c 100644 --- a/charts/coredns/values.yaml +++ b/charts/coredns/values.yaml @@ -318,4 +318,4 @@ deployment: enabled: true name: "" ## Annotations for the coredns deployment - annotations: {} \ No newline at end of file + annotations: {}