Skip to content

Commit 445b973

Browse files
committed
revert to DockerHub images
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
1 parent 877d2ee commit 445b973

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

other/audit-event-on-exec/.chainsaw-test/pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ metadata:
55
namespace: exec-event-ns
66
spec:
77
containers:
8-
- image: ghcr.io/kyverno/test-busybox:1.35
8+
- image: busybox:1.35
99
name: busybox
1010
command: ["sleep","3600"]

other/refresh-env-var-in-pod/.chainsaw-test/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
app: busybox
1717
spec:
1818
containers:
19-
- image: ghcr.io/kyverno/test-busybox:1.35
19+
- image: busybox:1.35
2020
name: busybox
2121
command: ["sleep", "3600"]
2222
env:
@@ -46,7 +46,7 @@ spec:
4646
app: busybox
4747
spec:
4848
containers:
49-
- image: ghcr.io/kyverno/test-busybox:1.35
49+
- image: busybox:1.35
5050
name: busybox
5151
command: ["sleep", "3600"]
5252
env:
@@ -76,7 +76,7 @@ spec:
7676
app: busybox
7777
spec:
7878
containers:
79-
- image: ghcr.io/kyverno/test-busybox:1.35
79+
- image: busybox:1.35
8080
name: busybox
8181
command: ["sleep", "3600"]
8282
env:

other/refresh-volumes-in-pods/.chainsaw-test/chainsaw-step-02-apply-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
- command:
99
- sleep
1010
- "3600"
11-
image: ghcr.io/kyverno/test-busybox:1.35
11+
image: busybox:1.35
1212
name: busybox
1313
volumeMounts:
1414
- mountPath: /mnt/foo

other/refresh-volumes-in-pods/.chainsaw-test/chainsaw-step-02-apply-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
- command:
1111
- sleep
1212
- "3600"
13-
image: ghcr.io/kyverno/test-busybox:1.35
13+
image: busybox:1.35
1414
name: busybox
1515
volumeMounts:
1616
- mountPath: /mnt/foo

other/refresh-volumes-in-pods/.chainsaw-test/chainsaw-step-02-apply-3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ spec:
1010
- command:
1111
- sleep
1212
- "3600"
13-
image: ghcr.io/kyverno/test-busybox:1.35
13+
image: busybox:1.35
1414
name: busybox

other/refresh-volumes-in-pods/.chainsaw-test/chainsaw-step-02-apply-4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
- command:
1111
- sleep
1212
- "3600"
13-
image: ghcr.io/kyverno/test-busybox:1.35
13+
image: busybox:1.35
1414
name: busybox
1515
volumeMounts:
1616
- mountPath: /mnt/foo

0 commit comments

Comments
 (0)