Skip to content

Commit 959ada5

Browse files
committed
Removed manifest alteration steps in bundle
1 parent 04f5c86 commit 959ada5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,6 @@ validate-bundle: install-operator-sdk
285285
bundle: manifests kustomize install-operator-sdk ## Generate bundle manifests and metadata, then validate generated files.
286286
$(OPERATOR_SDK) generate kustomize manifests -q
287287
cd config/manager && $(KUSTOMIZE) edit set image controller=$(IMG)
288-
cd config/manifests && $(KUSTOMIZE) edit add patch --patch '[{"op":"add", "path":"/metadata/annotations/containerImage", "value": "$(IMG)" }]' --kind ClusterServiceVersion
289-
cd config/manifests && $(KUSTOMIZE) edit add patch --patch '[{"op":"add", "path":"/spec/replaces", "value": "codeflare-operator.$(PREVIOUS_VERSION)" }]' --kind ClusterServiceVersion
290288
$(KUSTOMIZE) build config/manifests | $(OPERATOR_SDK) generate bundle $(BUNDLE_GEN_FLAGS)
291289
$(MAKE) validate-bundle
292290
git restore config/*

0 commit comments

Comments
 (0)