Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 3a99ee2

Browse files
authored
Merge pull request #220 from dlipovetsky/dlipovetsky/3.4.13
Set default etcd version to 3.4.13, current for Kubernetes 1.19, 1.20, and 1.21
2 parents 7da12ac + 4f6f893 commit 3a99ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import "time"
2020

2121
// Command-line flag defaults
2222
const (
23-
DefaultVersion = "3.4.9"
23+
DefaultVersion = "3.4.13"
2424
DefaultInstallDir = "/opt/bin/"
2525

2626
DefaultReleaseURL = "https://github.com/coreos/etcd/releases/download"

0 commit comments

Comments
 (0)