diff --git a/kubeflow/core/prototypes/all.jsonnet b/kubeflow/core/prototypes/all.jsonnet index 2e4a0591610..5d2eb0554c7 100644 --- a/kubeflow/core/prototypes/all.jsonnet +++ b/kubeflow/core/prototypes/all.jsonnet @@ -9,7 +9,7 @@ // @optionalParam AmbassadorServiceType string ClusterIP The service type for the API Gateway. // @optionalParam AmbassadorImage string quay.io/datawire/ambassador:0.30.1 The image for the API Gateway. // @optionalParam StatsdImage string quay.io/datawire/statsd:0.30.1 The image for the Stats and Monitoring. -// @optionalParam tfJobImage string gcr.io/kubeflow-images-public/tf_operator:v20180615-b2ac020 The image for the TfJob controller. +// @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 jupyterHubServiceType string ClusterIP The service type for Jupyterhub. diff --git a/kubeflow/core/prototypes/tf-job-operator.jsonnet b/kubeflow/core/prototypes/tf-job-operator.jsonnet index ad0a9d1ef74..dfa0b60dff6 100644 --- a/kubeflow/core/prototypes/tf-job-operator.jsonnet +++ b/kubeflow/core/prototypes/tf-job-operator.jsonnet @@ -6,7 +6,7 @@ // @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 tfAmbassadorServiceType string ClusterIP The service type for the API Gateway. -// @optionalParam tfJobImage string gcr.io/kubeflow-images-public/tf_operator:v20180615-b2ac020 The image for the TfJob controller. +// @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