Skip to content

Commit

Permalink
Move to the new Kubernetes image repository
Browse files Browse the repository at this point in the history
Problem: The Kubernetes project is moving its images from the k8s.gcr.io
registry to the registry.k8s.io registry and our project relies on one
of the images being moved. More information can be found here:
kubernetes/k8s.io#4780

Solution: Update the referenced image to point to the same image hosted
at the new registry.

Signed-off-by: Alexander Greene <greene.al1991@gmail.com>
  • Loading branch information
awgreene authored and dtfranz committed Jun 6, 2023
1 parent 5f2c6d5 commit 4d878be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/imageregistry/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ spec:
privileged: true
containers:
- name: wait
image: k8s.gcr.io/pause:3.1
image: registry.k8s.io/pause:3.1

0 comments on commit 4d878be

Please sign in to comment.