Skip to content

Commit

Permalink
Convert registry to k8s.gcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Dec 22, 2017
1 parent 99c4733 commit c7a8bee
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion addon-resizer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARCH ?= amd64

GOARM=7
GOLANG_VERSION = 1.8.3
REGISTRY = gcr.io/google_containers
REGISTRY = k8s.gcr.io
IMGNAME = addon-resizer
IMAGE = $(REGISTRY)/$(IMGNAME)
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
Expand Down
2 changes: 1 addition & 1 deletion addon-resizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
kubernetes.io/cluster-service: "true"
spec:
containers:
- image: gcr.io/google_containers/addon-resizer:1.0
- image: k8s.gcr.io/addon-resizer:1.0
imagePullPolicy: Always
name: pod-nanny
resources:
Expand Down
6 changes: 3 additions & 3 deletions cluster-autoscaler/cloudprovider/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
app: cluster-autoscaler
spec:
containers:
- image: gcr.io/google_containers/cluster-autoscaler:v0.6.0
- image: k8s.gcr.io/cluster-autoscaler:v0.6.0
name: cluster-autoscaler
resources:
limits:
Expand Down Expand Up @@ -123,7 +123,7 @@ spec:
app: cluster-autoscaler
spec:
containers:
- image: gcr.io/google_containers/cluster-autoscaler:v0.6.0
- image: k8s.gcr.io/cluster-autoscaler:v0.6.0
name: cluster-autoscaler
resources:
limits:
Expand Down Expand Up @@ -183,7 +183,7 @@ spec:
nodeSelector:
kubernetes.io/role: master
containers:
- image: gcr.io/google_containers/cluster-autoscaler:{{ ca_version }}
- image: k8s.gcr.io/cluster-autoscaler:{{ ca_version }}
name: cluster-autoscaler
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions cluster-autoscaler/cloudprovider/azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
app: cluster-autoscaler
spec:
containers:
- image: gcr.io/google_containers/cluster-autoscaler:{{ ca_version }}
- image: k8s.gcr.io/cluster-autoscaler:{{ ca_version }}
name: cluster-autoscaler
resources:
limits:
Expand Down Expand Up @@ -144,7 +144,7 @@ spec:
nodeSelector:
kubernetes.io/role: master
containers:
- image: gcr.io/google_containers/cluster-autoscaler:{{ ca_version }}
- image: k8s.gcr.io/cluster-autoscaler:{{ ca_version }}
name: cluster-autoscaler
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/initializer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.


FROM gcr.io/google_containers/ubuntu-slim:0.1
FROM k8s.gcr.io/ubuntu-slim:0.1
MAINTAINER Beata Skiba "bskiba@google.com"
MAINTAINER Marcin Wielgus "mwielgus@google.com"

Expand Down
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/updater/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.


FROM gcr.io/google_containers/ubuntu-slim:0.1
FROM k8s.gcr.io/ubuntu-slim:0.1
MAINTAINER Gabriela Filipek "gfilipek@google.com"
MAINTAINER Marcin Wielgus "mwielgus@google.com"

Expand Down

0 comments on commit c7a8bee

Please sign in to comment.