mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Split etcd version match into two entries
To have a separate entry for etcd image.
This commit is contained in:
parent
303273d0e9
commit
2444f5ecb5
@ -52,10 +52,6 @@ dependencies:
|
||||
match: ETCD_VERSION
|
||||
- path: cluster/gce/upgrade-aliases.sh
|
||||
match: ETCD_IMAGE|ETCD_VERSION
|
||||
- path: cluster/images/etcd/Makefile
|
||||
match: BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
|
||||
- path: cluster/images/etcd/migrate-if-needed.sh
|
||||
match: BUNDLED_VERSIONS=
|
||||
- path: cmd/kubeadm/app/constants/constants.go
|
||||
- path: hack/lib/etcd.sh
|
||||
match: ETCD_VERSION=
|
||||
@ -64,6 +60,14 @@ dependencies:
|
||||
- path: test/e2e/framework/nodes_util.go
|
||||
match: const etcdImage
|
||||
|
||||
- name: "etcd-image"
|
||||
version: 3.4.9
|
||||
refPaths:
|
||||
- path: cluster/images/etcd/Makefile
|
||||
match: BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
|
||||
- path: cluster/images/etcd/migrate-if-needed.sh
|
||||
match: BUNDLED_VERSIONS=
|
||||
|
||||
- name: "golang"
|
||||
version: 1.13.9
|
||||
refPaths:
|
||||
|
Loading…
Reference in New Issue
Block a user