Skip to content

Commit 61a8e84

Browse files
committed
update: deployment
1 parent 8a331ca commit 61a8e84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gitops/00-operators/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ until_true(){
7979
check_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

0 commit comments

Comments
 (0)