From 477625a8365f98b0ce83c63b79bbc773bf2c6900 Mon Sep 17 00:00:00 2001 From: Shane Utt Date: Tue, 14 Feb 2023 17:19:39 -0500 Subject: [PATCH] chore: replace k8s.gcr.io registry calls Signed-off-by: Shane Utt --- .../k8s/webhooks/injector/testdata/inject.03.golden.yaml | 2 +- .../runtime/k8s/webhooks/injector/testdata/inject.03.input.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/plugins/runtime/k8s/webhooks/injector/testdata/inject.03.golden.yaml b/pkg/plugins/runtime/k8s/webhooks/injector/testdata/inject.03.golden.yaml index 02030fef0212..37bfe56648e8 100644 --- a/pkg/plugins/runtime/k8s/webhooks/injector/testdata/inject.03.golden.yaml +++ b/pkg/plugins/runtime/k8s/webhooks/injector/testdata/inject.03.golden.yaml @@ -119,7 +119,7 @@ spec: - args: - -conf - /etc/coredns/Corefile - image: k8s.gcr.io/coredns:1.3.1 + image: registry.k8s.io/coredns:1.3.1 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 5 diff --git a/pkg/plugins/runtime/k8s/webhooks/injector/testdata/inject.03.input.yaml b/pkg/plugins/runtime/k8s/webhooks/injector/testdata/inject.03.input.yaml index 4752df683f7b..fb5dc4fb555a 100644 --- a/pkg/plugins/runtime/k8s/webhooks/injector/testdata/inject.03.input.yaml +++ b/pkg/plugins/runtime/k8s/webhooks/injector/testdata/inject.03.input.yaml @@ -27,7 +27,7 @@ spec: secretName: coredns-token-9gmrh containers: - name: coredns - image: k8s.gcr.io/coredns:1.3.1 + image: registry.k8s.io/coredns:1.3.1 args: - "-conf" - "/etc/coredns/Corefile"