Skip to content

Commit 8ba8672

Browse files
committed
bump pause to 3.2 in kubectl test data
1 parent 53da837 commit 8ba8672

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

staging/src/k8s.io/kubectl/testdata/set/multi-resource-yaml.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
spec:
1414
containers:
1515
- name: mock-container
16-
image: k8s.gcr.io/pause:3.1
16+
image: k8s.gcr.io/pause:3.2
1717
---
1818
apiVersion: v1
1919
kind: ReplicationController
@@ -30,4 +30,4 @@ spec:
3030
spec:
3131
containers:
3232
- name: mock-container
33-
image: k8s.gcr.io/pause:3.1
33+
image: k8s.gcr.io/pause:3.2

staging/src/k8s.io/kubectl/testdata/set/namespaced-resource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ spec:
1414
spec:
1515
containers:
1616
- name: mock-container
17-
image: k8s.gcr.io/pause:3.1
17+
image: k8s.gcr.io/pause:3.2

0 commit comments

Comments
 (0)