From 516a7aed962b5ba49406a4c81f526b330a78b7aa Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Tue, 5 Mar 2024 09:39:26 +0100 Subject: [PATCH] Update coredns image to fix TLS problem Signed-off-by: Manuel Buil --- packages/rke2-coredns/generated-changes/patch/values.yaml.patch | 2 +- packages/rke2-coredns/package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/rke2-coredns/generated-changes/patch/values.yaml.patch b/packages/rke2-coredns/generated-changes/patch/values.yaml.patch index b63c3597d..15dfb6b9a 100644 --- a/packages/rke2-coredns/generated-changes/patch/values.yaml.patch +++ b/packages/rke2-coredns/generated-changes/patch/values.yaml.patch @@ -8,7 +8,7 @@ + repository: rancher/hardened-coredns # Overrides the image tag whose default is the chart appVersion. - tag: "" -+ tag: "v1.11.1-build20240123" ++ tag: "v1.11.1-build20240305" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/packages/rke2-coredns/package.yaml b/packages/rke2-coredns/package.yaml index a6ebcbcf3..5014b1566 100644 --- a/packages/rke2-coredns/package.yaml +++ b/packages/rke2-coredns/package.yaml @@ -1,2 +1,2 @@ url: https://github.com/coredns/helm/releases/download/coredns-1.29.0/coredns-1.29.0.tgz -packageVersion: 01 +packageVersion: 02