File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -811,7 +811,7 @@ install_snapshot_controller() {
811
811
modified=" $( cat " $i " | while IFS= read -r line; do
812
812
nocomments=" $( echo " $line " | sed -e ' s/ *#.*$//' ) "
813
813
if echo " $nocomments " | grep -q ' ^[[:space:]]*image:[[:space:]]*' ; then
814
- # Split 'image: k8s.gcr .io/sig-storage/snapshot-controller:v3.0.0'
814
+ # Split 'image: registry.k8s .io/sig-storage/snapshot-controller:v3.0.0'
815
815
# into image (snapshot-controller:v3.0.0),
816
816
# name (snapshot-controller),
817
817
# tag (v3.0.0).
@@ -912,11 +912,11 @@ patch_kubernetes () {
912
912
local source=" $1 " target=" $2 "
913
913
914
914
if [ " ${CSI_PROW_DRIVER_CANARY} " = " canary" ]; then
915
- # We cannot replace k8s.gcr .io/sig-storage with gcr.io/k8s-staging-sig-storage because
915
+ # We cannot replace registry.k8s .io/sig-storage with gcr.io/k8s-staging-sig-storage because
916
916
# e2e.test does not support it (see test/utils/image/manifest.go). Instead we
917
917
# invoke the e2e.test binary with KUBE_TEST_REPO_LIST set to a file that
918
918
# overrides that registry.
919
- find " $source /test/e2e/testing-manifests/storage-csi/mock" -name ' *.yaml' -print0 | xargs -0 sed -i -e ' s;k8s.gcr. io/sig-storage/\(.*\):v.*;k8s.gcr .io/sig-storage/\1:canary;'
919
+ find " $source /test/e2e/testing-manifests/storage-csi/mock" -name ' *.yaml' -print0 | xargs -0 sed -i -e ' s;registry. k8s.io/sig-storage/\(.*\):v.*;registry.k8s .io/sig-storage/\1:canary;'
920
920
cat > " $target /e2e-repo-list" << EOF
921
921
sigStorageRegistry: gcr.io/k8s-staging-sig-storage
922
922
EOF
You can’t perform that action at this time.
0 commit comments