From 41072a6a9c7b99a8ddff8ed588dc5644a4398498 Mon Sep 17 00:00:00 2001 From: Gerald Pape Date: Thu, 14 Dec 2023 11:31:02 +0100 Subject: [PATCH] Fix container image tag --- helm/coredns-app/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/coredns-app/values.yaml b/helm/coredns-app/values.yaml index 09109b8..432072b 100644 --- a/helm/coredns-app/values.yaml +++ b/helm/coredns-app/values.yaml @@ -42,7 +42,7 @@ configmap: image: registry: gsoci.azuredcr.io name: giantswarm/coredns - tag: 1.11.1 + tag: v1.11.1 updateStrategy: type: RollingUpdate