Skip to content

Commit

Permalink
chore(CI): update OLM to 0.28.0 (#837)
Browse files Browse the repository at this point in the history
* update OLM to 0.28.0

* fix typo
  • Loading branch information
mwangggg authored May 30, 2024
1 parent 04e0331 commit 374c576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ci-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
ip_address=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' ci-${{ github.run_id }}-control-plane)
echo "$ip_address testing.cryostat" | sudo tee -a /etc/hosts
- name: Install Operator Lifecycle Manager
run: curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.24.0/install.sh | bash -s v0.24.0
run: curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.28.0/install.sh | bash -s v0.28.0
- name: Install Cert Manager
run: make cert_manager
- uses: redhat-actions/podman-login@v1
Expand Down

0 comments on commit 374c576

Please sign in to comment.