Skip to content

Commit

Permalink
workflows.libsonnet: Fix the image name (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <gaoce@caicloud.io>
  • Loading branch information
gaocegege authored and k8s-ci-robot committed May 3, 2018
1 parent db8e026 commit 1e622eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/workflows/components/workflows.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
local srcRootDir = testDir + "/src";
// The directory containing the kubeflow/katib repo
local srcDir = srcRootDir + "/kubeflow/katib";
local testWorkerImage = "gcr.io/mlkube-testing/test-worker";
local testWorkerImage = "gcr.io/kubeflow-ci/test-worker";
local golangImage = "golang:1.9.4-stretch";
// TODO(jose5918) Build our own helm image
local helmImage = "volumecontroller/golang:1.9.2";
Expand Down

0 comments on commit 1e622eb

Please sign in to comment.