From 5c74f3902d65e0095dee0c3d3de6bfd6fa9883dd Mon Sep 17 00:00:00 2001 From: Juana Nakfour Date: Thu, 8 Jul 2021 10:09:49 -0500 Subject: [PATCH] =?UTF-8?q?Openshift=20distribution:=20Fixing=20the=20uri?= =?UTF-8?q?=20to=20point=20to=20a=20tag=201.3.0=20and=20no=E2=80=A6=20(#19?= =?UTF-8?q?36)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixing the uri to point to a tag 1.3.0 and the istio folder name * Specifying TAG 1.3.0 --- distributions/kfdef/kfctl_openshift_v1.3.0.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distributions/kfdef/kfctl_openshift_v1.3.0.yaml b/distributions/kfdef/kfctl_openshift_v1.3.0.yaml index 5375e9e0a..034e92f76 100644 --- a/distributions/kfdef/kfctl_openshift_v1.3.0.yaml +++ b/distributions/kfdef/kfctl_openshift_v1.3.0.yaml @@ -13,7 +13,7 @@ spec: - kustomizeConfig: repoRef: name: manifests - path: distributions/stacks/openshift/application/istio-1-9-Openshift + path: distributions/stacks/openshift/application/istio-1-9-0-Openshift name: istio-stack - kustomizeConfig: repoRef: @@ -80,5 +80,5 @@ spec: name: kubeflow-apps repos: - name: manifests - uri: https://github.com/kubeflow/manifests/archive/v1.3-branch.tar.gz - version: v1.3-branch + uri: https://github.com/kubeflow/manifests/archive/v1.3.0.tar.gz + version: v1.3.0-tag