Skip to content

Commit

Permalink
Merge pull request #3538 from twz123/update-pause-image
Browse files Browse the repository at this point in the history
Update kubernetes pause image to v3.9, for real
  • Loading branch information
twz123 authored Oct 3, 2023
2 parents a143532 + 46c1406 commit 097f401
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 @@ -24,7 +24,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 097f401

Please sign in to comment.