dendrite icon indicating copy to clipboard operation
dendrite copied to clipboard

Create helm chart repo, publish chart on artifacthub.io

Open varac opened this issue 2 years ago • 3 comments

Great dendrite now has a helm chart! Please consider creating a proper helm chart repo (github pages ?) and publish chart on artifacthub.io. The existing charts are pretty outdated. Thanks !

varac avatar Feb 19 '23 20:02 varac

Looking at the actions put in place, it seems like you can use https://matrix-org.github.io/dendrite as repository. Might be useful to explain this in the helm chart readme.

dsonck92 avatar Mar 06 '23 19:03 dsonck92

Ooohh, nice, I wasn't aware of this.

$ helm repo add dendrite https://matrix-org.github.io/dendrite/
"dendrite" has been added to your repositories

$ helm repo update dendrite    
Update Complete. ⎈Happy Helming!⎈

❯ helm search repo dendrite
NAME                	CHART VERSION	APP VERSION	DESCRIPTION               
dendrite/dendrite   	0.11.2       	0.11.1     	Dendrite Matrix Homeserver

Now publishing on artifacthub seems the only step missing.

varac avatar Mar 07 '23 07:03 varac

if have index it on artifacts.io: https://artifacthub.io/packages/helm/dendrite/dendrite

so it could claim by some official https://artifacthub.io/docs/topics/repositories/#ownership-claim (or create an organisation and then claim) or optimize it with annotations https://artifacthub.io/docs/topics/annotations/helm/

genofire avatar Oct 04 '23 10:10 genofire