From d5c354c86e775d3b68d3a22676a0717d993dbb87 Mon Sep 17 00:00:00 2001 From: Gerald Pape Date: Thu, 14 Dec 2023 11:41:15 +0100 Subject: [PATCH] really fix container image this time --- helm/coredns-app/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/coredns-app/values.yaml b/helm/coredns-app/values.yaml index 432072b..52e5ec2 100644 --- a/helm/coredns-app/values.yaml +++ b/helm/coredns-app/values.yaml @@ -40,9 +40,9 @@ configmap: # policy random image: - registry: gsoci.azuredcr.io + registry: gsoci.azurecr.io name: giantswarm/coredns - tag: v1.11.1 + tag: 1.11.1 updateStrategy: type: RollingUpdate