Skip to content

Commit

Permalink
fix(sync-docs): remove team-reviewers and change branch
Browse files Browse the repository at this point in the history
  • Loading branch information
oussama Dahmaz authored and oussama Dahmaz committed Jan 2, 2025
1 parent 627f904 commit e1541d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sync-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
token: ${{ steps.obtainToken.outputs.token }}
branch: update-helm-docs
branch: docs/update-helm-docs
# TODO: Change to the main branch on stable release
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 @@ -346,7 +346,7 @@ All available values are listed on the [artifacthub](https://artifacthub.io/pack
| ingress.tls | list | `[]` | Ingress TLS configuration |
| livenessProbe.httpGet.path | string | `"/api/health/live"` | This is the liveness check endpoint used by Kubernetes to determine if the application is still running. |
| livenessProbe.httpGet.port | int | `7575` | The port on which the liveness check will be performed. This must be the same as the container port exposed by the application. |
| mysql | object | See [values.yaml](./values.yaml) | Enable and configure Mysql database subchart under this key. For more options see [Mysql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mysql) |
| mysql | object | See [values.yaml](https://github.com/homarr-labs/charts/blob/dev/charts/homarr/values.yaml) | Enable and configure Mysql database subchart under this key. For more options see [Mysql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mysql) |
| nameOverride | string | `""` | Overrides chart's name |
| nodeSelector | object | `{}` | Node selectors for pod scheduling |
| persistence.homarrDatabase.accessMode | string | `"ReadWriteOnce"` | homarr-database access mode |
Expand Down
2 changes: 1 addition & 1 deletion charts/homarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ affinity: {}

# -- Enable and configure Mysql database subchart under this key.
# For more options see [Mysql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mysql)
# @default -- See [values.yaml](./values.yaml)
# @default -- See [values.yaml](https://github.com/homarr-labs/charts/blob/dev/charts/homarr/values.yaml)
mysql:
internal: false
auth:
Expand Down

0 comments on commit e1541d6

Please sign in to comment.