Skip to content

Commit

Permalink
Update kubeflow_version value in kubeflow terraform
Browse files Browse the repository at this point in the history
Update default `kubeflow_version` value from 1.3.0 to 1.4.0
  • Loading branch information
thunderboltsid committed Oct 6, 2021
1 parent 9cf44ac commit c614b72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ variable "kubeconfig_filename" {
variable "kubeflow_version" {
type = string
description = "version of kubeflow"
default = "1.3.0"
default = "1.4.0"
}

0 comments on commit c614b72

Please sign in to comment.