immich-app / immich-charts

Helm chart implementation of Immich
https://immich.app
GNU Affero General Public License v3.0
106 stars 45 forks source link

List chart on artifacthub #14

Closed bo0tzz closed 1 year ago

bo0tzz commented 1 year ago

See https://artifacthub.io/docs/topics/repositories/helm-charts/

Probably depends on #12.

bo0tzz commented 1 year ago

I've registered the chart on artifacthub and it's currently indexing. I would like to also set up verified publisher, which needs an extra file to be served on the chart repository URL. Can we just add that to the gh-pages branch manually, or does it need to be processed by the chart-releaser workflow? @orbatschow / @PixelJonas

orbatschow commented 1 year ago

@bo0tzz the chart releaser should only touch the index.yaml file within the gh_pages branch. IMHO there is nothing that would preventing the additional file by opening a PR.

PixelJonas commented 1 year ago

simply adding it as file to the gh-pages branch should be enough and not interfere with the releaser