diff --git a/.github/workflows/sync-docs.yaml b/.github/workflows/sync-docs.yaml index 0a0fb7e..a290a28 100644 --- a/.github/workflows/sync-docs.yaml +++ b/.github/workflows/sync-docs.yaml @@ -22,6 +22,7 @@ jobs: with: repository: homarr-labs/documentation path: target-repo + token: ${{ secrets.GITHUB_TOKEN }} # TODO: Change to the main branch on stable release ref: docs/version-1.0 @@ -43,6 +44,8 @@ jobs: base: docs/version-1.0 title: Update Helm chart documentation delete-branch: true + path: target-repo + team-reviewers: homarr-labs/maintainers body: | This PR updates the documentation file to match the latest Helm chart changes. labels: | diff --git a/charts/homarr/README.md b/charts/homarr/README.md index 4f85cba..cbb1c8a 100644 --- a/charts/homarr/README.md +++ b/charts/homarr/README.md @@ -54,7 +54,7 @@ The command removes all the Kubernetes components associated with the chart **in ## 🔧 Configuration -Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. +Read through the [values.yaml](https://github.com/homarr-labs/charts/blob/dev/charts/homarr/values.yaml) file. It has several commented out suggested values. Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.