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.