mirror of
https://github.com/k3s-io/k3s.git
synced 2026-07-12 19:45:54 -04:00
* Bump to 3.10.2 --------- Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
parent
4350867600
commit
eb991b23eb
5 changed files with 5 additions and 5 deletions
|
|
@ -159,7 +159,7 @@ var (
|
|||
Name: "pause-image",
|
||||
Usage: "(agent/runtime) Customized pause image for containerd or docker sandbox",
|
||||
Destination: &AgentConfig.PauseImage,
|
||||
Value: "rancher/mirrored-pause:3.6",
|
||||
Value: "rancher/mirrored-pause:3.10.2",
|
||||
}
|
||||
SnapshotterFlag = &cli.StringFlag{
|
||||
Name: "snapshotter",
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ docker.io/rancher/mirrored-coredns-coredns:1.14.4
|
|||
docker.io/rancher/mirrored-library-busybox:1.37.0
|
||||
docker.io/rancher/mirrored-library-traefik:3.7.4
|
||||
docker.io/rancher/mirrored-metrics-server:v0.8.1
|
||||
docker.io/rancher/mirrored-pause:3.6
|
||||
docker.io/rancher/mirrored-pause:3.10.2
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ metadata:
|
|||
spec:
|
||||
containers:
|
||||
- name: volume-test
|
||||
image: rancher/mirrored-pause:3.6
|
||||
image: rancher/mirrored-pause:3.10.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
volumeMounts:
|
||||
- name: volv
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ var _ = Describe("CA Certs Tests", Ordered, func() {
|
|||
testID = filepath.Base(config.TestDir)
|
||||
pauseName := fmt.Sprintf("k3s-pause-%s", strings.ToLower(testID))
|
||||
tlsMount := fmt.Sprintf("--mount type=volume,src=%s,dst=/var/lib/rancher/k3s/server/tls", pauseName)
|
||||
cmd := fmt.Sprintf("docker run -d --name %s --hostname %s %s rancher/mirrored-pause:3.6",
|
||||
cmd := fmt.Sprintf("docker run -d --name %s --hostname %s %s rancher/mirrored-pause:3.10.2",
|
||||
pauseName, pauseName, tlsMount)
|
||||
_, err = tests.RunCommand(cmd)
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ metadata:
|
|||
spec:
|
||||
containers:
|
||||
- name: volume-test
|
||||
image: rancher/mirrored-pause:3.6
|
||||
image: rancher/mirrored-pause:3.10.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
volumeMounts:
|
||||
- name: volv
|
||||
|
|
|
|||
Loading…
Reference in a new issue