mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #106563 from ehashman/more-etcd-validation
Validate etcd image versions in test manifests
This commit is contained in:
commit
823cc3cc36
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user