Skip to content

Commit

Permalink
Revert "Update TFJob operator to the latest image. (kubeflow#1341)"
Browse files Browse the repository at this point in the history
This reverts commit c339f46.
  • Loading branch information
richardsliu committed Aug 21, 2018
1 parent c339f46 commit d62ad2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubeflow/core/prototypes/tf-job-operator.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
// @param name string Name to give to each of the components
// @optionalParam namespace string null Namespace to use for the components. It is automatically inherited from the environment if not set.
// @optionalParam cloud string null String identifying the cloud to customize the deployment for.
// @optionalParam tfJobImage string gcr.io/kubeflow-images-public/tf_operator:v20180809-d2509aa The image for the TfJob controller.
// @optionalParam tfAmbassadorServiceType string ClusterIP The service type for the API Gateway.
// @optionalParam tfJobImage string gcr.io/kubeflow-images-public/tf_operator:v0.2.0 The image for the TfJob controller.
// @optionalParam tfDefaultImage string null The default image to use for TensorFlow.
// @optionalParam tfJobUiServiceType string ClusterIP The service type for the UI.
// @optionalParam tfJobVersion string v1alpha2 which version of the TFJob operator to use
Expand Down

0 comments on commit d62ad2c

Please sign in to comment.