Merge pull request #2 from k8s-at-home/rename

re-rename top-level references to URL
This commit is contained in:
Jeff Billimek 2020-08-29 09:53:42 -04:00 committed by GitHub
commit 40f4079ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.