From 562d3c8809db9edbad89ae2006a4bd81c34b7b8f Mon Sep 17 00:00:00 2001 From: Hagai Barel Date: Wed, 16 Aug 2023 09:43:05 +0300 Subject: [PATCH] Upgrade coredns version to 1.11.1 Signed-off-by: Hagai Barel --- charts/coredns/Chart.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index 3a21158..a9672d2 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: coredns -version: 1.25.0 -appVersion: 1.11.0 +version: 1.26.0 +appVersion: 1.11.1 home: https://coredns.io icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png description: CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services @@ -14,13 +14,11 @@ sources: maintainers: - name: mrueg - name: haad - - name: HagaiBarel + - name: hagaibarel - name: shubham-cmyk engine: gotpl type: application annotations: artifacthub.io/changes: | - kind: changed - description: Upgrade CoreDNS to 1.11.0 - - kind: removed - description: remove the preStopSleep option, the docker image doesn't contain the sleep binary + description: Upgrade CoreDNS to 1.11.1