mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-05-28 04:35:50 -04:00
updates pause image references
The pause:3.6 image has been published. Also updates older / incorrect references. Kubernetes-commit: 18936d47858b25d7de3bada57f70f1aa22981e75
This commit is contained in:
parent
809211b6c8
commit
5f3d7dad09
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.5
|
||||
image: k8s.gcr.io/pause:3.6
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
|
|
@ -30,4 +30,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: k8s.gcr.io/pause:3.5
|
||||
image: k8s.gcr.io/pause:3.6
|
||||
|
|
|
|||
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.5
|
||||
image: k8s.gcr.io/pause:3.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue