mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-05-28 04:35:50 -04:00
Update pause image to v3.5
Update dependencies and the test images to use pause 3.5. We also provide a changelog entry for the new container image version. Signed-off-by: Sascha Grunert <sgrunert@redhat.com> Kubernetes-commit: b167fc24d7fb7349e9f50402c076b3d84d92ca95
This commit is contained in:
parent
5e58e6bc48
commit
a702eb26c2
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.4.1
|
||||
image: k8s.gcr.io/pause:3.5
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
|
|
@ -30,4 +30,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mock-container
|
||||
image: k8s.gcr.io/pause:3.4.1
|
||||
image: k8s.gcr.io/pause:3.5
|
||||
|
|
|
|||
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.4.1
|
||||
image: k8s.gcr.io/pause:3.5
|
||||
|
|
|
|||
Loading…
Reference in a new issue