Openshift distribution: Fixing the uri to point to a tag 1.3.0 and no… (#1936)

* Fixing the uri to point to a tag 1.3.0 and the istio folder name

* Specifying TAG 1.3.0
This commit is contained in:
Juana Nakfour 2021-07-08 10:09:49 -05:00 committed by GitHub
parent 4845fe3db2
commit 5c74f3902d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ spec:
- kustomizeConfig: - kustomizeConfig:
repoRef: repoRef:
name: manifests name: manifests
path: distributions/stacks/openshift/application/istio-1-9-Openshift path: distributions/stacks/openshift/application/istio-1-9-0-Openshift
name: istio-stack name: istio-stack
- kustomizeConfig: - kustomizeConfig:
repoRef: repoRef:
@ -80,5 +80,5 @@ spec:
name: kubeflow-apps name: kubeflow-apps
repos: repos:
- name: manifests - name: manifests
uri: https://github.com/kubeflow/manifests/archive/v1.3-branch.tar.gz uri: https://github.com/kubeflow/manifests/archive/v1.3.0.tar.gz
version: v1.3-branch version: v1.3.0-tag