Skip to content

Commit 7a264f5

Browse files
authored
Merge pull request kubernetes#3564 from bskiba/master
Swith back to k8s.gcr.io vanity domain
2 parents c210f62 + 2c7c56f commit 7a264f5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

vertical-pod-autoscaler/deploy/admission-controller-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
runAsUser: 65534 # nobody
2121
containers:
2222
- name: admission-controller
23-
image: us.gcr.io/k8s-artifacts-prod/autoscaling/vpa-admission-controller:0.8.1
23+
image: k8s.gcr.io/autoscaling/vpa-admission-controller:0.8.1
2424
imagePullPolicy: Always
2525
env:
2626
- name: NAMESPACE

vertical-pod-autoscaler/deploy/recommender-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
runAsUser: 65534 # nobody
2727
containers:
2828
- name: recommender
29-
image: us.gcr.io/k8s-artifacts-prod/autoscaling/vpa-recommender:0.8.1
29+
image: k8s.gcr.io/autoscaling/vpa-recommender:0.8.1
3030
imagePullPolicy: Always
3131
resources:
3232
limits:

vertical-pod-autoscaler/deploy/updater-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
runAsUser: 65534 # nobody
2727
containers:
2828
- name: updater
29-
image: us.gcr.io/k8s-artifacts-prod/autoscaling/vpa-updater:0.8.1
29+
image: k8s.gcr.io/autoscaling/vpa-updater:0.8.1
3030
imagePullPolicy: Always
3131
resources:
3232
limits:

vertical-pod-autoscaler/hack/vpa-process-yaml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ $# -eq 0 ]; then
3131
exit 1
3232
fi
3333

34-
DEFAULT_REGISTRY="us.gcr.io/k8s-artifacts-prod/autoscaling"
34+
DEFAULT_REGISTRY="k8s.gcr.io/autoscaling"
3535
DEFAULT_TAG="0.8.1"
3636

3737
REGISTRY_TO_APPLY=${REGISTRY-$DEFAULT_REGISTRY}

0 commit comments

Comments
 (0)