Skip to content

Commit

Permalink
Updated makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsankesara committed Dec 4, 2024
1 parent dea5423 commit 07b8828
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 @@ -128,6 +128,6 @@ update-velero:
update-nifi:
@echo "Updating NiFi"
@rm -rf external/$(patsubst update-%,%,$@)
@helm repo add $(patsubst update-%,%,$@) https://artifacthub.io/packages/helm/cetic/nifi
@helm repo add $(patsubst update-%,%,$@) https://cetic.github.io/helm-charts
@helm pull -d external --untar $(patsubst update-%,%,$@)/$(patsubst update-%,%,$@)
@echo ""

0 comments on commit 07b8828

Please sign in to comment.