Skip to content

Commit

Permalink
Merge pull request #1421 from davidcassany/bump_coredns
Browse files Browse the repository at this point in the history
Bump coredns to include CVE-2019-19794 fix (bsc#1159274)
  • Loading branch information
davidcassany authored Nov 3, 2020
2 parents bdf339a + d9e0942 commit 4630378
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 @@ -97,7 +97,7 @@ var (
Scheduler: &ContainerImageTag{Name: "hyperkube", Tag: "v1.17.13"},
Proxy: &ContainerImageTag{Name: "hyperkube", Tag: "v1.17.13"},
Etcd: &ContainerImageTag{Name: "etcd", Tag: "3.4.13"},
CoreDNS: &ContainerImageTag{Name: "coredns", Tag: "1.6.5"},
CoreDNS: &ContainerImageTag{Name: "coredns", Tag: "1.6.7"},
Pause: &ContainerImageTag{Name: "pause", Tag: "3.1"},
Tooling: &ContainerImageTag{Name: "skuba-tooling", Tag: "0.1.0"},
},
Expand Down

0 comments on commit 4630378

Please sign in to comment.