Skip to content

Commit

Permalink
Replace k8s.gcr.io with registry.k8s.io
Browse files Browse the repository at this point in the history
  • Loading branch information
humblec committed Jun 17, 2022
1 parent 09049bc commit 7d272e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/setup-data-source-validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccount: volume-data-source-validator
containers:
- name: volume-data-source-validator
image: k8s.gcr.io/sig-storage/volume-data-source-validator:v1.0.0
image: registry.k8s.io/sig-storage/volume-data-source-validator:v1.0.0
args:
- "--v=5"
- "--leader-election=false"
Expand Down

0 comments on commit 7d272e4

Please sign in to comment.