mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-05-28 04:35:50 -04:00
Switch to pause 3.7
Signed-off-by: Davanum Srinivas <davanum@gmail.com> Kubernetes-commit: f7ad09c447f0fa13338ba3355fb245f6879fc60d
This commit is contained in:
parent
5a37c45ce2
commit
f57c533e36
2 changed files with 3 additions and 3 deletions
4
testdata/set/multi-resource-yaml.yaml
vendored
4
testdata/set/multi-resource-yaml.yaml
vendored
|
|
@ -13,7 +13,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: k8s.gcr.io/pause:3.6
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
|
|
@ -30,4 +30,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: k8s.gcr.io/pause:3.6
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
|
|
|
|||
2
testdata/set/namespaced-resource.yaml
vendored
2
testdata/set/namespaced-resource.yaml
vendored
|
|
@ -14,4 +14,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: k8s.gcr.io/pause:3.6
|
||||
image: k8s.gcr.io/pause:3.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue