From 5eed44b75016bdcd06e3d115d29ce51a5caafc95 Mon Sep 17 00:00:00 2001 From: devthejo Date: Sat, 16 Dec 2023 13:47:29 +0100 Subject: [PATCH] fix: url --- .forgejo/workflows/release-charts.yaml | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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