From 3a44febcb1f5a554ea64e82c5807a09a946e5eae Mon Sep 17 00:00:00 2001 From: Waleed Malik Date: Wed, 12 Apr 2023 17:35:04 +0500 Subject: [PATCH] chore: migrate from k8s.gcr.io to registry.k8s.io --- examples/daemoned-stateful-set-with-service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/daemoned-stateful-set-with-service.yaml b/examples/daemoned-stateful-set-with-service.yaml index 12d818d6e987..662799128d0e 100644 --- a/examples/daemoned-stateful-set-with-service.yaml +++ b/examples/daemoned-stateful-set-with-service.yaml @@ -24,7 +24,7 @@ spec: - - name: test template: test - - name: delete # This is called as an onExit handler + - name: delete # This is called as an onExit handler steps: - - name: delete-service template: delete-service @@ -70,7 +70,7 @@ spec: terminationGracePeriodSeconds: 10 containers: - name: nginx - image: k8s.gcr.io/nginx-slim:0.8 + image: registry.k8s.io/nginx-slim:0.8 ports: - containerPort: 80 name: web