Skip to content

Commit

Permalink
upgrade to gitops-1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dseveria committed Jan 4, 2024
1 parent c9870c6 commit 6dc4c89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion gitops/gitops-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: openshift-gitops-operator
namespace: openshift-operators
spec:
channel: gitops-1.10
channel: gitops-1.11
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down
15 changes: 0 additions & 15 deletions tests/testAll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,7 @@ echo $4 #OCP domain
echo ¡¡blue-green-pipeline!!
cd ../blue-green-pipeline/util

./test.sh $1 $2 no $3
sleep 1m
echo ¡¡Fin blue-green-pipeline!!
cd ../../blue-green-pipeline/util
./delete.sh

sleep 30s
echo ¡¡blue-green-argo-rollouts!!
cd ../../blue-green-argo-rollouts/util
./test.sh no $2 no
sleep 1m
echo ¡¡Fin blue-green-argo-rollouts!!
cd ../../blue-green-argo-rollouts/util
./delete.sh

sleep 30s
echo ¡¡canary-argo-rollouts!!
cd ../../canary-argo-rollouts/util
./test.sh no $2 no
Expand Down

0 comments on commit 6dc4c89

Please sign in to comment.