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