Skip to content

Commit

Permalink
pkg/defaults: update default etcd version to latest v3.5.12
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Gozdek <[email protected]>
  • Loading branch information
invidian committed Jan 31, 2024
1 parent 78e330f commit c7247f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package defaults

const (
// EtcdImage points to a default Docker image, which will be used for running etcd.
EtcdImage = "quay.io/coreos/etcd:v3.5.11"
EtcdImage = "quay.io/coreos/etcd:v3.5.12"

// KubeAPIServerImage points to a default Docker image, which will be used for
// running kube-apiserver.
Expand Down

0 comments on commit c7247f2

Please sign in to comment.