From 871f053e00259f672ce2c8beecda8b4cb7c24844 Mon Sep 17 00:00:00 2001 From: Marian Koreniuk Date: Wed, 17 Apr 2024 23:25:37 +0300 Subject: [PATCH] Fix kamaji Makefile --- packages/system/kamaji/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/system/kamaji/Makefile b/packages/system/kamaji/Makefile index aed69eb9..af7be38f 100644 --- a/packages/system/kamaji/Makefile +++ b/packages/system/kamaji/Makefile @@ -7,4 +7,4 @@ update: rm -rf charts helm repo add clastix https://clastix.github.io/charts helm repo update clastix - helm pull clastix/$(NAME) --untar --untardir charts + helm pull clastix/kamaji --untar --untardir charts