mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +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
|
match: ETCD_VERSION
|
||||||
- path: cluster/gce/upgrade-aliases.sh
|
- path: cluster/gce/upgrade-aliases.sh
|
||||||
match: ETCD_IMAGE|ETCD_VERSION
|
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: cmd/kubeadm/app/constants/constants.go
|
||||||
- path: hack/lib/etcd.sh
|
- path: hack/lib/etcd.sh
|
||||||
match: ETCD_VERSION=
|
match: ETCD_VERSION=
|
||||||
@ -64,6 +60,14 @@ dependencies:
|
|||||||
- path: test/e2e/framework/nodes_util.go
|
- path: test/e2e/framework/nodes_util.go
|
||||||
match: const etcdImage
|
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"
|
- name: "golang"
|
||||||
version: 1.13.9
|
version: 1.13.9
|
||||||
refPaths:
|
refPaths:
|
||||||
|
Loading…
Reference in New Issue
Block a user