File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55 - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/devspaces/operator/overlays/stable?ref=v0.19
66 - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/gpu-operator-certified/operator/overlays/stable?ref=v0.19
77 - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/nfd/operator/overlays/stable?ref=v0.19
8- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/openshift-pipelines-operator-rh/operator/overlays/pipelines-1.20 ?ref=v0.19
8+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/openshift-pipelines-operator-rh/operator/overlays/pipelines-1.16 ?ref=v0.19
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ until_true(){
7979check_cluster_version (){
8080 OCP_VERSION=$( oc version | sed -n ' /Server Version: / s/Server Version: //p' )
8181 AVOID_VERSIONS=()
82- TESTED_VERSIONS=(" 4.12.12 " " 4.12.33 " " 4.14.37 " )
82+ TESTED_VERSIONS=(" 4.14.37 " " 4.18.20 " " 4.18.24 " )
8383
8484 echo " Current OCP version: ${OCP_VERSION} "
8585 echo " Tested OCP version(s): ${TESTED_VERSIONS[*]} "
@@ -128,7 +128,7 @@ delete_demo(){
128128 oc delete --wait -l operators.coreos.com/openshift-pipelines-operator-rh.openshift-operators csv -A
129129
130130 # standard demo uninstall
131- oc delete --wait -k gitops/02-components
131+ oc delete --wait -k gitops/02-ml-demo
132132 oc delete --wait -k gitops/01-operator-configs
133133 oc delete --wait -k gitops/00-operators
134134 oc delete --wait -k gitops
You can’t perform that action at this time.
0 commit comments