Skip to content

Commit 432e41e

Browse files
committed
fix images and perms
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
1 parent 0e5dd0d commit 432e41e

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

other/block-pod-exec-by-namespace-label/.chainsaw-test/podcontrollers.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ spec:
4444
spec:
4545
containers:
4646
- name: bb
47-
image: ghcr.io/kyverno/test-busybox:1.35
47+
image: busybox:1.35
4848
command: ["sleep", "300"]
4949
- name: bb2
50-
image: ghcr.io/kyverno/test-busybox:1.35
50+
image: busybox:1.35
5151
command: ["sleep", "300"]
5252
---
5353
apiVersion: apps/v1
@@ -70,10 +70,10 @@ spec:
7070
spec:
7171
containers:
7272
- name: bb
73-
image: ghcr.io/kyverno/test-busybox:1.35
73+
image: busybox:1.35
7474
command: ["sleep", "300"]
7575
- name: bb2
76-
image: ghcr.io/kyverno/test-busybox:1.35
76+
image: busybox:1.35
7777
command: ["sleep", "300"]
7878
---
7979
apiVersion: apps/v1
@@ -96,8 +96,8 @@ spec:
9696
spec:
9797
containers:
9898
- name: bb
99-
image: ghcr.io/kyverno/test-busybox:1.35
99+
image: busybox:1.35
100100
command: ["sleep", "300"]
101101
- name: bb2
102-
image: ghcr.io/kyverno/test-busybox:1.35
102+
image: busybox:1.35
103103
command: ["sleep", "300"]

other/label-nodes-cri/.chainsaw-test/chainsaw-step-00-apply-1.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ rules:
1212
resources:
1313
- nodes
1414
verbs:
15+
- get
16+
- list
17+
- watch
1518
- update

0 commit comments

Comments
 (0)