Skip to content

Commit

Permalink
Update plugin image (#28)
Browse files Browse the repository at this point in the history
The image contains the updated buildkite and kubectl from #27
  • Loading branch information
iffyio authored May 20, 2021
1 parent d6fa0cf commit 5826cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/job.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function(jobName, agentEnv={}, stepEnvFile='', patchFunc=identity) patchFunc({
BUILDKITE_PLUGIN_K8S_GIT_SSH_SECRET_KEY: '',
BUILDKITE_PLUGIN_K8S_GIT_SSH_SECRET_NAME: '',
BUILDKITE_PLUGIN_K8S_AGENT_TOKEN_SECRET_KEY: 'buildkite-agent-token',
BUILDKITE_PLUGIN_K8S_INIT_IMAGE: 'embarkstudios/k8s-buildkite-agent@sha256:421c6757ba26e0858e20248477b3c36f0249693df82e9dc84013e545b2c69d66',
BUILDKITE_PLUGIN_K8S_INIT_IMAGE: 'embarkstudios/k8s-buildkite-agent@sha256:3c010d09915f3b39c2f8324af5f0aaf910a643e7d63607ee8d49653931b8b167',
BUILDKITE_PLUGIN_K8S_ALWAYS_PULL: false,
BUILDKITE_PLUGIN_K8S_BUILD_PATH_HOST_PATH: '',
BUILDKITE_PLUGIN_K8S_BUILD_PATH_PVC: '',
Expand Down

0 comments on commit 5826cbd

Please sign in to comment.