Skip to content

Commit

Permalink
chore(e2e): Upgrade OLM operator
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed May 3, 2023
1 parent ddccd92 commit d598d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/kamel-config-cluster/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ runs:
if [ $? != 0 ]; then
set -e
echo "OLM not detected on cluster so downloading and installing"
kubectl create -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.21.2/crds.yaml
kubectl create -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.24.0/crds.yaml
# wait for a while to be sure CRDs are installed
sleep 1
kubectl create -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.21.2/olm.yaml
kubectl create -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.24.0/olm.yaml
fi
set -e
Expand Down

0 comments on commit d598d00

Please sign in to comment.