Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 3014700

Browse files
committed
chore(deps): update dependency kubernetes/kubernetes to v1.25.3
1 parent d16fb32 commit 3014700

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

tools/kube-apiserver/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kube-apiserver
2-
version: 1.25.2
2+
version: 1.25.3
33
check: ${binary} --version | cut -d' ' -f2 | tr -d v
44
tags:
55
- org/cncf

tools/kube-controller-manager/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kube-controller-manager
2-
version: 1.25.2
2+
version: 1.25.3
33
check: ${binary} --version | cut -d' ' -f2 | tr -d v
44
tags:
55
- org/cncf

tools/kube-proxy/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kube-proxy
2-
version: 1.25.2
2+
version: 1.25.3
33
check: ${binary} --version | cut -d' ' -f2 | tr -d v
44
tags:
55
- org/cncf

tools/kube-scheduler/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kube-scheduler
2-
version: 1.25.2
2+
version: 1.25.3
33
check: ${binary} --version | cut -d' ' -f2 | tr -d v
44
tags:
55
- org/cncf

tools/kubeadm/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kubeadm
2-
version: 1.25.2
2+
version: 1.25.3
33
check: ${binary} version --output short | tr -d v
44
dependencies:
55
- kubelet

tools/kubectl/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kubectl
2-
version: 1.25.2
2+
version: 1.25.3
33
check: ${binary} version --client --short 2>/dev/null | grep ^Client | cut -d' ' -f3 | tr -d v
44
dependencies:
55
- krew

tools/kubelet/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kubelet
2-
version: 1.25.2
2+
version: 1.25.3
33
check: ${binary} --version | cut -d' ' -f2 | tr -d v
44
tags:
55
- org/cncf

0 commit comments

Comments
 (0)