mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 05:02:50 +00:00
Update etcd to 3.0.17 in integration tests
This commit is contained in:
@@ -72,7 +72,7 @@ RUN mkdir $TMPDIR \
|
||||
github.com/tools/godep
|
||||
|
||||
# Download and symlink etcd. We need this for our integration tests.
|
||||
RUN export ETCD_VERSION=v3.0.14; \
|
||||
RUN export ETCD_VERSION=v3.0.17; \
|
||||
mkdir -p /usr/local/src/etcd \
|
||||
&& cd /usr/local/src/etcd \
|
||||
&& curl -fsSL https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/etcd-${ETCD_VERSION}-linux-amd64.tar.gz | tar -xz \
|
||||
|
@@ -1 +1 @@
|
||||
v1.7.5-1
|
||||
v1.7.5-2
|
||||
|
Reference in New Issue
Block a user