diff --git a/build/common.sh b/build/common.sh index b73b7f5d82c..268277f12f7 100755 --- a/build/common.sh +++ b/build/common.sh @@ -103,7 +103,7 @@ readonly KUBE_DOCKER_WRAPPED_BINARIES=( # The set of addons images that should be prepopulated readonly KUBE_ADDON_PATHS=( gcr.io/google_containers/pause:0.8.0 - uluyol/kube-registry-proxy:0.2.3 + gcr.io/google_containers/kube-registry-proxy:0.3 ) # --------------------------------------------------------------------------- diff --git a/cluster/addons/registry/images/Makefile b/cluster/addons/registry/images/Makefile index 17429b50327..bb776b656aa 100644 --- a/cluster/addons/registry/images/Makefile +++ b/cluster/addons/registry/images/Makefile @@ -1,10 +1,10 @@ .PHONY: build push vet test clean -TAG = 0.2.3 -REPO = uluyol/kube-registry-proxy +TAG = 0.3 +REPO = gcr.io/google_containers/kube-registry-proxy build: docker build -t $(REPO):$(TAG) . push: - docker push $(REPO):$(TAG) + gcloud docker push $(REPO):$(TAG) diff --git a/cluster/saltbase/salt/kube-registry-proxy/kube-registry-proxy.yaml b/cluster/saltbase/salt/kube-registry-proxy/kube-registry-proxy.yaml index d19878e3b17..14f92256019 100644 --- a/cluster/saltbase/salt/kube-registry-proxy/kube-registry-proxy.yaml +++ b/cluster/saltbase/salt/kube-registry-proxy/kube-registry-proxy.yaml @@ -6,7 +6,7 @@ metadata: spec: containers: - name: kube-registry-proxy - image: uluyol/kube-registry-proxy:0.2.3 + image: gcr.io/google_containers/kube-registry-proxy:0.3 resources: limits: cpu: 100m