From 3a6b7b396522ef4dd9a6d3ee6c6db62d2ab98dfe Mon Sep 17 00:00:00 2001 From: "Everton H. Taques" <97463920+etaques@users.noreply.github.com> Date: Wed, 25 Jan 2023 15:29:16 -0300 Subject: [PATCH] [FIX] repo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 63818a1..76ff8af 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ upload: index: git checkout gh-pages - cr index -i ./index.yaml --config cr-config.yaml -c https://ns1labs.github.io/orb-helm/ + cr index -i ./index.yaml --config cr-config.yaml -c https://orb-community.github.io/orb-helm/ git commit -a -m "release" git push git checkout main