Skip to content

Commit

Permalink
Merge pull request #3533 from twz123/update-pause-image
Browse files Browse the repository at this point in the history
Update kubernetes pause image to v3.9
  • Loading branch information
twz123 authored Sep 26, 2023
2 parents af7dfda + 5b7efad commit 88a476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/constant/constant_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (

KineSocket = "kine\\kine.sock:2379"
KubePauseContainerImage = "registry.k8s.io/pause"
KubePauseContainerImageVersion = "3.8"
KubePauseContainerImageVersion = "3.9"
K0sConfigPathDefault = "C:\\etc\\k0s\\k0s.yaml"
RuntimeConfigPathDefault = RunDir + "\\k0s.yaml"
)

0 comments on commit 88a476e

Please sign in to comment.