Skip to content

Commit

Permalink
Merge branch 'main' into testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
IshwarKanse authored Oct 29, 2024
2 parents dcb3b86 + e1639a5 commit 708642b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ CONTROLLER_GEN_VERSION ?= v0.15.0
GEN_API_DOCS_VERSION ?= v0.6.0
ENVTEST_VERSION ?= latest
OPERATOR_SDK_VERSION ?= 1.32.0
OLM_VERSION ?= v0.28.0
CERTMANAGER_VERSION ?= 1.9.1
CHAINSAW_VERSION ?= v0.2.4

Expand Down Expand Up @@ -420,7 +421,7 @@ $(OPERATOR_SDK): $(LOCALBIN)

.PHONY: olm-install
olm-install: operator-sdk ## Install Operator Lifecycle Manager (OLM)
$(OPERATOR_SDK) olm install
$(OPERATOR_SDK) olm install --version $(OLM_VERSION) --verbose

# go-get-tool will 'go get' any package $2 and install it to $1.
define go-get-tool
Expand Down

0 comments on commit 708642b

Please sign in to comment.