Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Bump etcd version to 3.4.13 (bsc#1176225)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcassany committed Oct 20, 2020
1 parent e02896a commit eef9603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/skuba/kubernetes/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var (
ControllerManager: &ContainerImageTag{Name: "kube-controller-manager", Tag: "v1.18.10"},
Scheduler: &ContainerImageTag{Name: "kube-scheduler", Tag: "v1.18.10"},
Proxy: &ContainerImageTag{Name: "kube-proxy", Tag: "v1.18.10"},
Etcd: &ContainerImageTag{Name: "etcd", Tag: "3.4.3"},
Etcd: &ContainerImageTag{Name: "etcd", Tag: "3.4.13"},
CoreDNS: &ContainerImageTag{Name: "coredns", Tag: "1.6.7"},
Pause: &ContainerImageTag{Name: "pause", Tag: "3.2"},
Tooling: &ContainerImageTag{Name: "skuba-tooling", Tag: "0.1.0"},
Expand Down

0 comments on commit eef9603

Please sign in to comment.