mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
re-rename top-level references to URL
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
684869b79f
commit
69497a0a80
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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 }}"
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user