Skip to content

Commit

Permalink
Update cri-o version in versions.go
Browse files Browse the repository at this point in the history
This commit alignes the value in ContainerRuntimeVersion to the current
cri-o version being released (1.16.1).

(cherry picked from commit 5964838)
  • Loading branch information
davidcassany authored and jordimassaguerpla committed Jan 28, 2020
1 parent 7399731 commit 6a1fe32
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 @@ -81,7 +81,7 @@ var (
"1.16.2": KubernetesVersion{
ComponentHostVersion: ComponentHostVersion{
KubeletVersion: "1.16.2",
ContainerRuntimeVersion: "1.16.0",
ContainerRuntimeVersion: "1.16.1",
},
ComponentContainerVersion: ComponentContainerVersion{
Hyperkube: &ContainerImageTag{Name: "hyperkube", Tag: "v1.16.2"},
Expand Down

0 comments on commit 6a1fe32

Please sign in to comment.