Skip to content

Commit

Permalink
Ensure Helm packages generated end up in docs/ subpath that's hosted (#…
Browse files Browse the repository at this point in the history
…3427)

I've noticed that Chart Releaser is behaving improperly, and not
successfully putting the charts where gh-pages will hots them and
generating invalid index.

This change should ensure built charts end up in the `docs/` subpath,
which should ensure that `gh-pages` branch isn't getting an invalid
`index.yaml` and new charts should be automatically available.

### Pull Request Checklist

* [x] I have added Go unit tests or [Complement integration
tests](https://github.com/matrix-org/complement) for this PR _or_ I have
justified why this PR doesn't need tests
* [x] Pull request includes a [sign off below using a legally
identifiable
name](https://matrix-org.github.io/dendrite/development/contributing#sign-off)
_or_ I have already signed off privately

Signed-off-by: `Rhea Danzey <[email protected]>`
  • Loading branch information
Arkaniad authored Sep 18, 2024
1 parent aa8d10a commit 3530d29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion helm/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
chart-dirs:
- helm
validate-maintainers: false
validate-maintainers: false
# this should ensure the tarballs are in the appropriate location for GH pages, rather than repo root
package-path: docs/

0 comments on commit 3530d29

Please sign in to comment.