switch k/k to pause version 3.10

Kubernetes-commit: 5e290ebc906fd16d956b09f4834393716dd90f94
This commit is contained in:
Lubomir I. Ivanov 2024-05-23 14:01:39 +03:00 committed by Kubernetes Publisher
parent 0bd9881b18
commit fe3be32c18
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: mock-container
image: registry.k8s.io/pause:3.9
image: registry.k8s.io/pause:3.10
---
apiVersion: v1
kind: ReplicationController
@ -30,4 +30,4 @@ spec:
spec:
containers:
- name: mock-container
image: registry.k8s.io/pause:3.9
image: registry.k8s.io/pause:3.10

View File

@ -14,4 +14,4 @@ spec:
spec:
containers:
- name: mock-container
image: registry.k8s.io/pause:3.9
image: registry.k8s.io/pause:3.10