From ba388439e6bdbb241bc783aa07342671bd68e7ba Mon Sep 17 00:00:00 2001 From: Guy Templeton Date: Thu, 2 Mar 2023 17:11:18 +0000 Subject: [PATCH] Switch Example Image References to registry.k8s.io --- README.md | 2 +- examples/cpvpa-nginx-example-with-configmap.yaml | 2 +- examples/cpvpa-nginx-example.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12c4126b..bed5d56a 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ spec: spec: containers: - name: autoscaler - image: k8s.gcr.io/cpvpa-amd64:v0.8.1 + image: registry.k8s.io/cpvpa-amd64:v0.8.1 resources: requests: cpu: "20m" diff --git a/examples/cpvpa-nginx-example-with-configmap.yaml b/examples/cpvpa-nginx-example-with-configmap.yaml index a92c22bd..fe161b26 100644 --- a/examples/cpvpa-nginx-example-with-configmap.yaml +++ b/examples/cpvpa-nginx-example-with-configmap.yaml @@ -70,7 +70,7 @@ spec: app: autoscaler spec: containers: - - image: k8s.gcr.io/cpvpa-amd64:{LATEST_RELEASE} + - image: registry.k8s.io/cpvpa-amd64:{LATEST_RELEASE} name: autoscaler command: - /cpvpa diff --git a/examples/cpvpa-nginx-example.yaml b/examples/cpvpa-nginx-example.yaml index 35b8ec8c..3a7f5ec9 100644 --- a/examples/cpvpa-nginx-example.yaml +++ b/examples/cpvpa-nginx-example.yaml @@ -51,7 +51,7 @@ spec: app: autoscaler spec: containers: - - image: k8s.gcr.io/cpvpa-amd64:{LATEST_RELEASE} + - image: registry.k8s.io/cpvpa-amd64:{LATEST_RELEASE} name: autoscaler command: - /cpvpa