diff --git a/.forgejo/workflows/release-charts.yaml b/.forgejo/workflows/release-charts.yaml index 7ea6432..20cc9b5 100644 --- a/.forgejo/workflows/release-charts.yaml +++ b/.forgejo/workflows/release-charts.yaml @@ -17,7 +17,7 @@ jobs: charts_dir: charts linting: off branch: pages - charts_url: https://devthefuture.codeberg.org/helm-charts + charts_url: https://devthefuture.codeberg.page/helm-charts commit_username: "forgejo-actions" commit_email: "bot@devthefuture.org" repo_url: https://org-bot-devthefuture:${{ secrets.M8A_ORG_BOT_REPO_TOKEN }}@git.devthefuture.org/${{ github.repository }}.git \ No newline at end of file diff --git a/README.md b/README.md index 47ab85e..c9a188a 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# DevTheFuture Helm Charts Registry \ No newline at end of file +# DevTheFuture Helm Charts Registry + +```sh +helm repo add devthefuture https://devthefuture.codeberg.page/helm-charts +``` \ No newline at end of file