From 07b88288ceba7dcdf9fbe4f47097bdbb59003de1 Mon Sep 17 00:00:00 2001 From: Heet Sankesara Date: Wed, 4 Dec 2024 17:58:46 +0530 Subject: [PATCH] Updated makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db64acc..c11dfa5 100644 --- a/Makefile +++ b/Makefile @@ -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 "" \ No newline at end of file