jupyterhub / chartpress

automate building and publishing images for helm charts
BSD 3-Clause "New" or "Revised" License
55 stars 24 forks source link

`chartPath`: Chart directory can be different from the chart name #229

Closed manics closed 9 months ago

manics commented 9 months ago

This makes it easier to organise charts in a git repo, for example the chart could be under PROJECT-NAME/helm-chart instead of PROJECT-NAME/helm-chart/PROJECT-NAME, whilst still keeping chartpress.yaml at the root of the repository.

This is a Helm 3 feature https://github.com/helm/helm/issues/1979 (should we drop Helm 2 instead of having a conditional test?)

manics commented 9 months ago

Done! Thanks for reviewing.