From 432e41e5e9a52963e662d5f063867526afb6f00f Mon Sep 17 00:00:00 2001 From: Jim Bugwadia Date: Wed, 28 Aug 2024 12:46:47 -0700 Subject: [PATCH] fix images and perms Signed-off-by: Jim Bugwadia --- .../.chainsaw-test/podcontrollers.yaml | 12 ++++++------ .../.chainsaw-test/chainsaw-step-00-apply-1.yaml | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/other/block-pod-exec-by-namespace-label/.chainsaw-test/podcontrollers.yaml b/other/block-pod-exec-by-namespace-label/.chainsaw-test/podcontrollers.yaml index eb261cc57..f39393237 100644 --- a/other/block-pod-exec-by-namespace-label/.chainsaw-test/podcontrollers.yaml +++ b/other/block-pod-exec-by-namespace-label/.chainsaw-test/podcontrollers.yaml @@ -44,10 +44,10 @@ spec: spec: containers: - name: bb - image: ghcr.io/kyverno/test-busybox:1.35 + image: busybox:1.35 command: ["sleep", "300"] - name: bb2 - image: ghcr.io/kyverno/test-busybox:1.35 + image: busybox:1.35 command: ["sleep", "300"] --- apiVersion: apps/v1 @@ -70,10 +70,10 @@ spec: spec: containers: - name: bb - image: ghcr.io/kyverno/test-busybox:1.35 + image: busybox:1.35 command: ["sleep", "300"] - name: bb2 - image: ghcr.io/kyverno/test-busybox:1.35 + image: busybox:1.35 command: ["sleep", "300"] --- apiVersion: apps/v1 @@ -96,8 +96,8 @@ spec: spec: containers: - name: bb - image: ghcr.io/kyverno/test-busybox:1.35 + image: busybox:1.35 command: ["sleep", "300"] - name: bb2 - image: ghcr.io/kyverno/test-busybox:1.35 + image: busybox:1.35 command: ["sleep", "300"] \ No newline at end of file diff --git a/other/label-nodes-cri/.chainsaw-test/chainsaw-step-00-apply-1.yaml b/other/label-nodes-cri/.chainsaw-test/chainsaw-step-00-apply-1.yaml index 45ffe8d62..489bbea7b 100755 --- a/other/label-nodes-cri/.chainsaw-test/chainsaw-step-00-apply-1.yaml +++ b/other/label-nodes-cri/.chainsaw-test/chainsaw-step-00-apply-1.yaml @@ -12,4 +12,7 @@ rules: resources: - nodes verbs: + - get + - list + - watch - update