Skip to content

Commit

Permalink
revert to DockerHub as a test
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Bugwadia <[email protected]>
  • Loading branch information
JimBugwadia committed Aug 28, 2024
1 parent 0fb5a34 commit 54c76b2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions other/refresh-env-var-in-pod/.chainsaw-test/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: busybox
spec:
containers:
- image: ghcr.io/kyverno/test-busybox:1.35
- image: busybox:1.35
name: busybox
command: ["sleep", "3600"]
env:
Expand Down Expand Up @@ -46,7 +46,7 @@ spec:
app: busybox
spec:
containers:
- image: ghcr.io/kyverno/test-busybox:1.35
- image: busybox:1.35
name: busybox
command: ["sleep", "3600"]
env:
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
app: busybox
spec:
containers:
- image: ghcr.io/kyverno/test-busybox:1.35
- image: busybox:1.35
name: busybox
command: ["sleep", "3600"]
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- command:
- sleep
- "3600"
image: ghcr.io/kyverno/test-busybox:1.35
image: busybox:1.35
name: busybox
volumeMounts:
- mountPath: /mnt/foo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- command:
- sleep
- "3600"
image: ghcr.io/kyverno/test-busybox:1.35
image: busybox:1.35
name: busybox
volumeMounts:
- mountPath: /mnt/foo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
- command:
- sleep
- "3600"
image: ghcr.io/kyverno/test-busybox:1.35
image: busybox:1.35
name: busybox
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- command:
- sleep
- "3600"
image: ghcr.io/kyverno/test-busybox:1.35
image: busybox:1.35
name: busybox
volumeMounts:
- mountPath: /mnt/foo
Expand Down

0 comments on commit 54c76b2

Please sign in to comment.