Skip to content

Commit

Permalink
Update kubernetes pause image to v3.9, for real
Browse files Browse the repository at this point in the history
This fixes the oversight of bumping the pause image version _only_ on
Windows.

Fixes: 5b7efad ("Update kubernetes pause image to v3.9")
Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Oct 2, 2023
1 parent e3427c9 commit 46c1406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/constant/constant_posix.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
KubeletVolumePluginDir = "/usr/libexec/k0s/kubelet-plugins/volume/exec"
KineSocket = "kine/kine.sock:2379"
KubePauseContainerImage = "registry.k8s.io/pause"
KubePauseContainerImageVersion = "3.8"
KubePauseContainerImageVersion = "3.9"
K0sConfigPathDefault = "/etc/k0s/k0s.yaml"
RuntimeConfigPathDefault = "/run/k0s/k0s.yaml"
)

0 comments on commit 46c1406

Please sign in to comment.