mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #54242 from zouyee/etcd
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. update etcd unified version to 3.1.10 **What this PR does / why we need it**: update etcd unitied version to `3.1.10` **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ``` bump etcd version to 3.1.10 ```
This commit is contained in:
commit
d3cc93903f
@ -23,4 +23,4 @@ spec:
|
|||||||
dnsPolicy: Default
|
dnsPolicy: Default
|
||||||
containers:
|
containers:
|
||||||
- name: etcd-empty-dir-cleanup
|
- name: etcd-empty-dir-cleanup
|
||||||
image: gcr.io/google-containers/etcd-empty-dir-cleanup:3.0.14.0
|
image: gcr.io/google-containers/etcd-empty-dir-cleanup:3.1.10.0
|
||||||
|
@ -14,9 +14,9 @@
|
|||||||
|
|
||||||
.PHONY: build push
|
.PHONY: build push
|
||||||
|
|
||||||
ETCD_VERSION = 3.0.14
|
ETCD_VERSION = 3.1.10
|
||||||
IMAGE = gcr.io/google-containers/etcd-empty-dir-cleanup
|
IMAGE = gcr.io/google-containers/etcd-empty-dir-cleanup
|
||||||
TAG = 3.0.14.0
|
TAG = 3.1.10.0
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf etcdctl etcd-v$(ETCD_VERSION)-linux-amd64 etcd-v$(ETCD_VERSION)-linux-amd64.tar.gz
|
rm -rf etcdctl etcd-v$(ETCD_VERSION)-linux-amd64 etcd-v$(ETCD_VERSION)-linux-amd64.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user