Merge pull request #106563 from ehashman/more-etcd-validation

Validate etcd image versions in test manifests
This commit is contained in:
Kubernetes Prow Robot 2021-11-19 18:09:00 -08:00 committed by GitHub
commit 823cc3cc36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,8 @@ dependencies:
match: quay.io/coreos/etcd match: quay.io/coreos/etcd
- path: test/e2e/framework/nodes_util.go - path: test/e2e/framework/nodes_util.go
match: const etcdImage match: const etcdImage
- path: test/utils/image/manifest.go
match: configs\[Etcd\] = Config{list\.GcEtcdRegistry, "etcd", "\d+\.\d+.\d+(-(alpha|beta|rc).\d+)?(-\d+)?"}
- name: "etcd-image" - name: "etcd-image"
version: 3.5.1 version: 3.5.1