Skip to content

Commit

Permalink
new flag to kyma cli added to override the module template image (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
PK85 authored Aug 24, 2023
1 parent 2c8f7bb commit 7af1605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module-image: docker-build docker-push ## Build the Module Image and push it to
.PHONY: module-build
module-build: kyma kustomize ## Build the Module and push it to a registry defined in MODULE_REGISTRY
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
$(KYMA) alpha create module --kubebuilder-project $(SECURITY_SCAN_OPTIONS) --channel=${MODULE_CHANNEL} --name kyma.project.io/module/$(MODULE_NAME) --version $(MODULE_VERSION) --path . $(MODULE_CREATION_FLAGS)
$(KYMA) alpha create module --kubebuilder-project $(SECURITY_SCAN_OPTIONS) --module-archive-version-overwrite --channel=${MODULE_CHANNEL} --name kyma.project.io/module/$(MODULE_NAME) --version $(MODULE_VERSION) --path . $(MODULE_CREATION_FLAGS)

.PHONY: module-template-push
module-template-push: ## Pushes the ModuleTemplate referencing the Image on MODULE_REGISTRY
Expand Down

0 comments on commit 7af1605

Please sign in to comment.