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>
12 lines
175 B
YAML
12 lines
175 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: b
|
|
namespace: nsb
|
|
labels:
|
|
prune-group: "true"
|
|
spec:
|
|
containers:
|
|
- name: kubernetes-pause
|
|
image: k8s.gcr.io/pause:3.5
|