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