From dea096852e3b1f3e5253bd8e7cda8d07b4ab9b0f Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Mon, 12 Jun 2023 18:19:27 +0000 Subject: [PATCH] Fix rke2-coredns deployment template Signed-off-by: Brad Davidson --- .../generated-changes/patch/templates/deployment.yaml.patch | 6 ++++-- packages/rke2-coredns/package.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/rke2-coredns/generated-changes/patch/templates/deployment.yaml.patch b/packages/rke2-coredns/generated-changes/patch/templates/deployment.yaml.patch index 1830e1d..8bfddf1 100644 --- a/packages/rke2-coredns/generated-changes/patch/templates/deployment.yaml.patch +++ b/packages/rke2-coredns/generated-changes/patch/templates/deployment.yaml.patch @@ -10,7 +10,7 @@ {{- if .Values.podAnnotations }} {{ toYaml .Values.podAnnotations | indent 8 }} {{- end }} -@@ -84,8 +81,13 @@ +@@ -84,9 +81,15 @@ topologySpreadConstraints: {{ toYaml .Values.topologySpreadConstraints | indent 8 }} {{- end }} @@ -23,9 +23,11 @@ + {{- end }} + {{- if .Values.tolerations }} {{ toYaml .Values.tolerations | indent 8 }} ++ {{- end }} {{- end }} {{- if .Values.nodeSelector }} -@@ -98,7 +100,7 @@ + nodeSelector: +@@ -98,7 +101,7 @@ {{- end }} containers: - name: "coredns" diff --git a/packages/rke2-coredns/package.yaml b/packages/rke2-coredns/package.yaml index d7d1528..171a7b1 100644 --- a/packages/rke2-coredns/package.yaml +++ b/packages/rke2-coredns/package.yaml @@ -1,4 +1,4 @@ url: https://github.com/coredns/helm/releases/download/coredns-1.24.0/coredns-1.24.0.tgz -packageVersion: 00 +packageVersion: 01 # This repository does not use releaseCandidateVersions, so you can leave this as 00. releaseCandidateVersion: 00