File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,6 @@ dependencies:
52
52
match : ETCD_VERSION
53
53
- path : cluster/gce/upgrade-aliases.sh
54
54
match : ETCD_IMAGE|ETCD_VERSION
55
- - path : cluster/images/etcd/Makefile
56
- match : BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
57
- - path : cluster/images/etcd/migrate-if-needed.sh
58
- match : BUNDLED_VERSIONS=
59
55
- path : cmd/kubeadm/app/constants/constants.go
60
56
- path : hack/lib/etcd.sh
61
57
match : ETCD_VERSION=
@@ -64,6 +60,14 @@ dependencies:
64
60
- path : test/e2e/framework/nodes_util.go
65
61
match : const etcdImage
66
62
63
+ - name : " etcd-image"
64
+ version : 3.4.9
65
+ refPaths :
66
+ - path : cluster/images/etcd/Makefile
67
+ match : BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
68
+ - path : cluster/images/etcd/migrate-if-needed.sh
69
+ match : BUNDLED_VERSIONS=
70
+
67
71
- name : " golang"
68
72
version : 1.13.9
69
73
refPaths :
You can’t perform that action at this time.
0 commit comments