diff --git a/docs/deployment.yaml b/docs/deployment.yaml index 061c2d9..e15e5d0 100644 --- a/docs/deployment.yaml +++ b/docs/deployment.yaml @@ -22,7 +22,7 @@ spec: serviceAccountName: custom-metrics-apiserver containers: - name: kube-metrics-adapter - image: registry.opensource.zalan.do/teapot/kube-metrics-adapter:latest + image: ghcr.io/zalando-incubator/kube-metrics-adapter:latest args: # - --v=9 - --prometheus-server=http://prometheus.kube-system.svc.cluster.local diff --git a/example/Dockerfile b/example/Dockerfile index a318d9e..909daf3 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.opensource.zalan.do/library/alpine-3.13:latest +FROM registry.opensource.zalan.do/library/alpine-3:latest LABEL maintainer="Team Teapot @ Zalando SE " # add binary