Skip to content

Commit

Permalink
Merge pull request #38 from humblec/registry
Browse files Browse the repository at this point in the history
Replace k8s.gcr.io  with registry.k8s.io
  • Loading branch information
k8s-ci-robot authored Jun 17, 2022
2 parents 09049bc + 7d272e4 commit 84f6aba
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 84f6aba

Please sign in to comment.