Skip to content

Commit

Permalink
Merge pull request #25 from homarr-labs/features/sync-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
oben01 authored Dec 31, 2024
2 parents 047d2b5 + 422fbbf commit fb7415e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/sync-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion charts/homarr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit fb7415e

Please sign in to comment.