@@ -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
@@ -332,7 +328,6 @@ bundle: $(KUSTOMIZE) $(OPERATOR_SDK) $(YQ) manifests ## Generate bundle manifest
332
328
V=" limitador-operator.v$( BUNDLE_VERSION) " $(YQ ) eval ' .metadata.name = strenv(V)' -i config/manifests/bases/limitador-operator.clusterserviceversion.yaml
333
329
V=" $( BUNDLE_VERSION) " $(YQ ) eval ' .spec.version = strenv(V)' -i config/manifests/bases/limitador-operator.clusterserviceversion.yaml
334
330
V=" $( IMG) " $(YQ ) eval ' .metadata.annotations.containerImage = strenv(V)' -i config/manifests/bases/limitador-operator.clusterserviceversion.yaml
335
- V=" limitador-operator.v$( REPLACES_VERSION) " $(YQ ) eval ' .spec.replaces = strenv(V)' -i config/manifests/bases/limitador-operator.clusterserviceversion.yaml
336
331
# Generate bundle
337
332
$(KUSTOMIZE ) build config/manifests | $(OPERATOR_SDK ) generate bundle -q --overwrite --version $(BUNDLE_VERSION ) $(BUNDLE_METADATA_OPTS )
338
333
# Validate bundle manifests
@@ -363,7 +358,6 @@ bundle-push: ## Push the bundle image.
363
358
prepare-release : # # Prepare the manifests for OLM and Helm Chart for a release.
364
359
$(MAKE ) bundle VERSION=$(VERSION ) \
365
360
LIMITADOR_VERSION=$(LIMITADOR_VERSION ) \
366
- REPLACES_VERSION=$(REPLACES_VERSION )
367
361
$(MAKE ) helm-build VERSION=$(VERSION ) \
368
362
LIMITADOR_VERSION=$(LIMITADOR_VERSION )
369
363
0 commit comments