Skip to content

Commit c44bf18

Browse files
authored
Merge pull request #130713 from ArkaSaha30/bump-pause-version
dependency: update pause version to registry.k8s.io/pause:3.10.1
2 parents 021cbd9 + 621482d commit c44bf18

File tree

92 files changed

+102
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+102
-102
lines changed

build/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ dependencies:
190190
match: __default_go_runner_version=
191191

192192
- name: "registry.k8s.io/pause"
193-
version: 3.10
193+
version: 3.10.1
194194
refPaths:
195195
- path: build/pause/Makefile
196196
match: TAG\s*\?=

cmd/kubeadm/app/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ const (
442442
ModeNode string = "Node"
443443

444444
// PauseVersion indicates the default pause image version for kubeadm
445-
PauseVersion = "3.10"
445+
PauseVersion = "3.10.1"
446446

447447
// CgroupDriverSystemd holds the systemd driver type
448448
CgroupDriverSystemd = "systemd"

cmd/kubelet/app/options/container_runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
const (
2424
// When these values are updated, also update test/utils/image/manifest.go
2525
defaultPodSandboxImageName = "registry.k8s.io/pause"
26-
defaultPodSandboxImageVersion = "3.10"
26+
defaultPodSandboxImageVersion = "3.10.1"
2727
)
2828

2929
var (

hack/testdata/filter/pod-apply-selector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ metadata:
88
spec:
99
containers:
1010
- name: kubernetes-pause
11-
image: registry.k8s.io/pause:3.10
11+
image: registry.k8s.io/pause:3.10.1

hack/testdata/filter/pod-dont-apply.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ metadata:
88
spec:
99
containers:
1010
- name: kubernetes-pause
11-
image: registry.k8s.io/pause:3.10
11+
image: registry.k8s.io/pause:3.10.1

hack/testdata/multi-resource-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
spec:
1212
containers:
1313
- name: kubernetes-pause
14-
image: registry.k8s.io/pause:3.10
14+
image: registry.k8s.io/pause:3.10.1
1515
---
1616
apiVersion: v1
1717
kind: Namespace

hack/testdata/multi-resource-3.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
spec:
99
containers:
1010
- name: kubernetes-pause
11-
image: registry.k8s.io/pause:3.10
11+
image: registry.k8s.io/pause:3.10.1
1212
---
1313
apiVersion: v1
1414
kind: Pod
@@ -17,7 +17,7 @@ metadata:
1717
spec:
1818
containers:
1919
- name: kubernetes-pause
20-
image: registry.k8s.io/pause:3.10
20+
image: registry.k8s.io/pause:3.10.1
2121
---
2222
apiVersion: v1
2323
kind: Pod
@@ -26,5 +26,5 @@ metadata:
2626
spec:
2727
containers:
2828
- name: kubernetes-pause
29-
image: registry.k8s.io/pause:3.10
29+
image: registry.k8s.io/pause:3.10.1
3030

hack/testdata/multi-resource-json-modify.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"spec":{
4444
"containers":[{
4545
"name": "mock-container",
46-
"image": "registry.k8s.io/pause:3.10",
46+
"image": "registry.k8s.io/pause:3.10.1",
4747
"ports":[{
4848
"containerPort":9949,
4949
"protocol":"TCP"

hack/testdata/multi-resource-json.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"spec":{
4242
"containers":[{
4343
"name": "mock-container",
44-
"image": "registry.k8s.io/pause:3.10",
44+
"image": "registry.k8s.io/pause:3.10.1",
4545
"ports":[{
4646
"containerPort":9949,
4747
"protocol":"TCP"

hack/testdata/multi-resource-list-modify.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"spec":{
4848
"containers":[{
4949
"name": "mock-container",
50-
"image": "registry.k8s.io/pause:3.10",
50+
"image": "registry.k8s.io/pause:3.10.1",
5151
"ports":[{
5252
"containerPort":9949,
5353
"protocol":"TCP"

0 commit comments

Comments
 (0)