File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -285,8 +285,6 @@ validate-bundle: install-operator-sdk
285
285
bundle : manifests kustomize install-operator-sdk # # Generate bundle manifests and metadata, then validate generated files.
286
286
$(OPERATOR_SDK ) generate kustomize manifests -q
287
287
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
290
288
$(KUSTOMIZE ) build config/manifests | $(OPERATOR_SDK ) generate bundle $(BUNDLE_GEN_FLAGS )
291
289
$(MAKE ) validate-bundle
292
290
git restore config/*
You can’t perform that action at this time.
0 commit comments