Updating pause image refernces to 3.9
Signed-off-by: Mark Rossetti <marosset@microsoft.com> Kubernetes-commit: 534f052a8dfdd7b5861ee60d764d12da199c3bba
This commit is contained in:
parent
81cffe129f
commit
1d2ef6437d
|
@ -13,7 +13,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: registry.k8s.io/pause:3.8
|
||||
image: registry.k8s.io/pause:3.9
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
|
@ -30,4 +30,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: registry.k8s.io/pause:3.8
|
||||
image: registry.k8s.io/pause:3.9
|
||||
|
|
|
@ -14,4 +14,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: registry.k8s.io/pause:3.8
|
||||
image: registry.k8s.io/pause:3.9
|
||||
|
|
Loading…
Reference in New Issue