@@ -88,10 +88,6 @@ INTEGRATION_COVER_PKGS := ./pkg/...,./controllers/...,./api/...
88
88
INTEGRATION_TEST_NUM_CORES ?= 4
89
89
INTEGRATION_TEST_NUM_PROCESSES ?= 10
90
90
91
- # Limitador Operator replaced version
92
- DEFAULT_REPLACES_VERSION = 0.0.0-alpha
93
- REPLACES_VERSION ?= $(DEFAULT_REPLACES_VERSION )
94
-
95
91
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
96
92
ifeq (,$(shell go env GOBIN) )
97
93
GOBIN =$(shell go env GOPATH) /bin
@@ -337,7 +333,6 @@ bundle: $(KUSTOMIZE) $(OPERATOR_SDK) $(YQ) manifests ## Generate bundle manifest
337
333
V=" limitador-operator.v$( BUNDLE_VERSION) " $(YQ ) eval ' .metadata.name = strenv(V)' -i config/manifests/bases/limitador-operator.clusterserviceversion.yaml
338
334
V=" $( BUNDLE_VERSION) " $(YQ ) eval ' .spec.version = strenv(V)' -i config/manifests/bases/limitador-operator.clusterserviceversion.yaml
339
335
V=" $( IMG) " $(YQ ) eval ' .metadata.annotations.containerImage = strenv(V)' -i config/manifests/bases/limitador-operator.clusterserviceversion.yaml
340
- V=" limitador-operator.v$( REPLACES_VERSION) " $(YQ ) eval ' .spec.replaces = strenv(V)' -i config/manifests/bases/limitador-operator.clusterserviceversion.yaml
341
336
# Generate bundle
342
337
$(KUSTOMIZE ) build config/manifests | $(OPERATOR_SDK ) generate bundle -q --overwrite --version $(BUNDLE_VERSION ) $(BUNDLE_METADATA_OPTS )
343
338
# Validate bundle manifests
@@ -368,7 +363,6 @@ bundle-push: ## Push the bundle image.
368
363
prepare-release : # # Prepare the manifests for OLM and Helm Chart for a release.
369
364
$(MAKE ) bundle VERSION=$(VERSION ) \
370
365
LIMITADOR_VERSION=$(LIMITADOR_VERSION ) \
371
- REPLACES_VERSION=$(REPLACES_VERSION )
372
366
$(MAKE ) helm-build VERSION=$(VERSION ) \
373
367
LIMITADOR_VERSION=$(LIMITADOR_VERSION )
374
368
0 commit comments