onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

feat(helm): update coredns ( 1.31.0 → 1.32.0 ) #7969

Closed bot-ross[bot] closed 2 months ago

bot-ross[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
coredns (source) minor 1.31.0 -> 1.32.0

Release Notes

coredns/helm (coredns) ### [`v1.32.0`](https://togithub.com/coredns/helm/releases/tag/coredns-1.32.0) [Compare Source](https://togithub.com/coredns/helm/compare/coredns-1.31.0...coredns-1.32.0) CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 2 months ago
--- kubernetes/main/apps/kube-system/coredns/app Kustomization: flux-system/coredns HelmRelease: kube-system/coredns

+++ kubernetes/main/apps/kube-system/coredns/app Kustomization: flux-system/coredns HelmRelease: kube-system/coredns

@@ -13,13 +13,13 @@

     spec:
       chart: coredns
       sourceRef:
         kind: HelmRepository
         name: coredns
         namespace: flux-system
-      version: 1.31.0
+      version: 1.32.0
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true
bot-ross[bot] commented 2 months ago
--- HelmRelease: kube-system/coredns Deployment: kube-system/coredns

+++ HelmRelease: kube-system/coredns Deployment: kube-system/coredns

@@ -55,13 +55,13 @@

         operator: Exists
       - effect: NoSchedule
         key: node-role.kubernetes.io/control-plane
         operator: Exists
       containers:
       - name: coredns
-        image: coredns/coredns:1.11.1
+        image: coredns/coredns:1.11.3
         imagePullPolicy: IfNotPresent
         args:
         - -conf
         - /etc/coredns/Corefile
         volumeMounts:
         - name: config-volume