Skip to content

Commit

Permalink
[ci] fallback to olm v0.28.0 due to bug in v0.29.0
Browse files Browse the repository at this point in the history
There is a bug in OLM v0.29.0 that causes OLM not to start. Use v0.28.0 for now until OLM is fixed.

See: operator-framework/operator-lifecycle-manager#3419
  • Loading branch information
jmazzitelli committed Oct 29, 2024
1 parent f3f8bfe commit 2041247
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion make/Makefile.olm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ OLM_INDEX_BASE_IMAGE ?= quay.io/openshift/origin-operator-registry:4.16
OPM_VERSION ?= 1.47.0

# which OLM to install (for olm-install target)
OLM_VERSION ?= latest
# TODO OLM v0.29.0 has a bug and cannot start. When that bug is fixed, put OLM_VERSION back to "latest"
# see https://github.com/operator-framework/operator-lifecycle-manager/issues/3419
#OLM_VERSION ?= latest
OLM_VERSION ?= v0.28.0

.prepare-olm-cluster-names: .determine-olm-operators-namespace .prepare-cluster
ifeq ($(CLUSTER_TYPE),minikube)
Expand Down

0 comments on commit 2041247

Please sign in to comment.