From 764717a9bbc5f5c9f36deb743fa0b3b4e2434c2b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 28 Apr 2026 19:03:41 -0500 Subject: [PATCH] feat: remove sha --- clusters/cl01tl/helm/coredns/Chart.yaml | 1 + clusters/cl01tl/helm/coredns/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/coredns/Chart.yaml b/clusters/cl01tl/helm/coredns/Chart.yaml index cc5355b00..443b06834 100644 --- a/clusters/cl01tl/helm/coredns/Chart.yaml +++ b/clusters/cl01tl/helm/coredns/Chart.yaml @@ -8,6 +8,7 @@ keywords: home: https://docs.alexlebens.dev/applications/coredns/ sources: - https://github.com/coredns/coredns + - https://explore.ggcr.dev/?repo=registry.k8s.io%2Fcoredns%2Fcoredns - https://github.com/coredns/helm maintainers: - name: alexlebens diff --git a/clusters/cl01tl/helm/coredns/values.yaml b/clusters/cl01tl/helm/coredns/values.yaml index ca0f7dc9d..69a63fbd4 100644 --- a/clusters/cl01tl/helm/coredns/values.yaml +++ b/clusters/cl01tl/helm/coredns/values.yaml @@ -1,7 +1,8 @@ coredns: image: repository: registry.k8s.io/coredns/coredns - tag: v1.14.3@sha256:884b72dd6d2f7d367902af420605e0288dffedb0516ce29330423ae3f8f5c6fa + tag: v1.14.3 + imagePullPolicy: Always replicaCount: 3 resources: limits: