From 23ce7480c2cfd16c6b66bce4664ca3ba72177ee8 Mon Sep 17 00:00:00 2001 From: Marian Koreniuk Date: Wed, 17 Apr 2024 23:27:47 +0300 Subject: [PATCH] Fix mariadb-operator Makefile --- packages/system/mariadb-operator/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/system/mariadb-operator/Makefile b/packages/system/mariadb-operator/Makefile index 85acf806..51eb83be 100644 --- a/packages/system/mariadb-operator/Makefile +++ b/packages/system/mariadb-operator/Makefile @@ -5,6 +5,6 @@ include ../../hack/package-system.mk update: rm -rf charts - helm repo add $(NAME) https://$(NAME).github.io/$(NAME) - helm repo update $(NAME) - helm pull $(NAME)/$(NAME) --untar --untardir charts + helm repo add mariadb-operator https://mariadb-operator.github.io/mariadb-operator + helm repo update mariadb-operator + helm pull mariadb-operator/mariadb-operator --untar --untardir charts