This repository was archived by the owner on Nov 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Research/kubeflow-on-azure-stack-lab/00-Intro/porter/kubeflow Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -33,22 +33,26 @@ parameters:
33
33
- name : kfctl_release_filename
34
34
type : string
35
35
# default: "kfctl_v1.0.2-0-ga476281_linux.tar.gz"
36
- default : " kfctl_v1.1.0-0-g9a3621e_linux.tar.gz"
36
+ # default: "kfctl_v1.1.0-0-g9a3621e_linux.tar.gz"
37
+ default : " kfctl_v1.2-rc.2-0-g1316754_linux.tar.gz"
37
38
38
39
- name : kfctl_release_uri
39
40
type : string
40
41
# default: "https://github.com/kubeflow/kfctl/releases/download/v1.0.2/kfctl_v1.0.2-0-ga476281_linux.tar.gz"
41
- default : " https://github.com/kubeflow/kfctl/releases/download/v1.1.0/kfctl_v1.1.0-0-g9a3621e_linux.tar.gz"
42
+ # default: "https://github.com/kubeflow/kfctl/releases/download/v1.1.0/kfctl_v1.1.0-0-g9a3621e_linux.tar.gz"
43
+ default : " https://github.com/kubeflow/kfctl/releases/download/v1.2-rc.2/kfctl_v1.2-rc.2-0-g1316754_linux.tar.gz"
42
44
43
45
- name : kf_config_filename
44
46
type : string
45
47
# default: "kfctl_k8s_istio.v1.0.2.yaml"
46
- default : " kfctl_k8s_istio.v1.1.0.yaml"
48
+ # default: "kfctl_k8s_istio.v1.1.0.yaml"
49
+ default : " kfctl_k8s_istio.v1.2.0.yaml"
47
50
48
51
- name : kf_config_uri
49
52
type : string
50
53
# default: "https://raw.githubusercontent.com/kubeflow/manifests/v1.1-branch/kfdef/kfctl_k8s_istio.v1.0.2.yaml"
51
- default : " https://raw.githubusercontent.com/kubeflow/manifests/v1.1-branch/kfdef/kfctl_k8s_istio.v1.1.0.yaml"
54
+ # default: "https://raw.githubusercontent.com/kubeflow/manifests/v1.1-branch/kfdef/kfctl_k8s_istio.v1.1.0.yaml"
55
+ default : " https://raw.githubusercontent.com/kubeflow/manifests/v1.2-branch/kfdef/kfctl_k8s_istio.v1.2.0.yaml"
52
56
53
57
credentials :
54
58
- name : kubeconfig
You can’t perform that action at this time.
0 commit comments