From 69497a0a80acae15c0345333fbaf6e9a282fe6f0 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sat, 29 Aug 2020 09:53:08 -0400 Subject: [PATCH] re-rename top-level references to URL Signed-off-by: Jeff Billimek --- .github/workflows/release.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index da647d92..7e51d771 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,6 +40,6 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.0.0 with: - charts_repo_url: https://charts.k8s-at-home.com/ + charts_repo_url: https://k8s-at-home.com/charts/ env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/README.md b/README.md index 59402414..1af333dc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started. Once Helm is set up properly, add the repo as follows: ```console -helm repo add k8s-at-home https://charts.k8s-at-home.com/ +helm repo add k8s-at-home https://k8s-at-home.com/charts/ ``` You can then run `helm search repo k8s-at-home` to see the charts.