Skip to content

Commit

Permalink
Fixed issue kubeflow#2359, updated image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
avdaredevil committed Feb 23, 2019
1 parent 3136e62 commit a21601c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeflow/common/prototypes/centraldashboard.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @description centraldashboard Component
// @shortDescription centraldashboard
// @param name string Name
// @optionalParam image string gcr.io/kubeflow-images-public/centraldashboard:v20190222-v0.4.0-rc.1-152-g1de09b7a Image for the central dashboard
// @optionalParam image string gcr.io/kubeflow-images-public/centraldashboard:v20190223-v0.4.0-rc.1-152-g1de09b7a Image for the central dashboard

local centraldashboard = import "kubeflow/common/centraldashboard.libsonnet";
local instance = centraldashboard.new(env, params);
Expand Down

0 comments on commit a21601c

Please sign in to comment.