build: adapt to new location of etcdImage variable

zeitgeist failed because it expected the variable in the old file.
This commit is contained in:
Patrick Ohly 2022-09-08 17:16:33 +02:00
parent dfdf88d4fa
commit 717913f902

View File

@ -67,7 +67,7 @@ dependencies:
match: ETCD_VERSION=
- path: staging/src/k8s.io/sample-apiserver/artifacts/example/deployment.yaml
match: gcr.io/etcd-development/etcd
- path: test/e2e/framework/nodes_util.go
- path: test/e2e/framework/providers/gcp.go
match: const etcdImage
- path: test/utils/image/manifest.go
match: configs\[Etcd\] = Config{list\.GcEtcdRegistry, "etcd", "\d+\.\d+.\d+(-(alpha|beta|rc).\d+)?(-\d+)?"}