mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 05:49:26 +00:00
Update images and manifests/charts for coredns, local-path-provisioner, traefik, and pause Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
9 lines
126 B
Go
9 lines
126 B
Go
// +build linux
|
|
|
|
package cmds
|
|
|
|
const (
|
|
DefaultPauseImage = "rancher/mirrored-pause:3.6"
|
|
DefaultSnapshotter = "overlayfs"
|
|
)
|