re-rename top-level references to URL

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2020-08-29 09:53:08 -04:00
parent 684869b79f
commit 69497a0a80
No known key found for this signature in database
GPG Key ID: 214B3EF39B4956B7
2 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,6 @@ jobs:
- name: Run chart-releaser - name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0 uses: helm/chart-releaser-action@v1.0.0
with: with:
charts_repo_url: https://charts.k8s-at-home.com/ charts_repo_url: https://k8s-at-home.com/charts/
env: env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

View File

@ -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: Once Helm is set up properly, add the repo as follows:
```console ```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. You can then run `helm search repo k8s-at-home` to see the charts.