Skip to content

Commit

Permalink
temporarily switch to do hosted busybox image
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktrn committed Apr 29, 2024
1 parent d0ef362 commit 35fa82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/kubernetes-provider/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class KubernetesTaskOperations implements TaskOperations {
},
{
name: "populate-taskinfo",
image: "docker.io/library/busybox",
image: "registry.digitalocean.com/trigger/busybox",
imagePullPolicy: "IfNotPresent",
command: ["/bin/sh", "-c"],
args: ["printenv COORDINATOR_HOST | tee /etc/taskinfo/coordinator-host"],
Expand Down

0 comments on commit 35fa82a

Please sign in to comment.