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:
parent
4845fe3db2
commit
5c74f3902d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue