diff --git a/.github/workflows/march-image-build-push.yml b/.github/workflows/march-image-build-push.yml index 495c7a4..6f7d71d 100644 --- a/.github/workflows/march-image-build-push.yml +++ b/.github/workflows/march-image-build-push.yml @@ -52,7 +52,7 @@ jobs: - name: Build index run: | CONTAINER_RUNTIME=podman \ - CATALOG_IMG=quay.io/knoveyor/tackle2-operator-index:latest \ + CATALOG_IMG=quay.io/konveyor/tackle2-operator-index:latest \ BUNDLE_IMG=quay.io/konveyor/tackle2-operator-bundle:latest \ make catalog-build if: ${{ github.ref == 'refs/heads/main' }} diff --git a/Makefile b/Makefile index 019cd06..8837b7d 100644 --- a/Makefile +++ b/Makefile @@ -237,7 +237,7 @@ ifeq (,$(shell which opm 2>/dev/null)) @{ \ set -e ;\ mkdir -p $(dir $(OPM)) ;\ - curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.23.0/$(OS)-$(ARCH)-opm ;\ + curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.30.0/$(OS)-$(ARCH)-opm ;\ chmod +x $(OPM) ;\ } else