Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 3530d29

Browse files
authored
Ensure Helm packages generated end up in docs/ subpath that's hosted (#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]>`
1 parent aa8d10a commit 3530d29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

helm/ct.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ chart-repos:
44
- bitnami=https://charts.bitnami.com/bitnami
55
chart-dirs:
66
- helm
7-
validate-maintainers: false
7+
validate-maintainers: false
8+
# this should ensure the tarballs are in the appropriate location for GH pages, rather than repo root
9+
package-path: docs/

0 commit comments

Comments
 (0)