verwilst-helm / bookstack

Bookstack Helm chart
5 stars 9 forks source link

Installation not working #2

Open wethinkagile opened 2 years ago

wethinkagile commented 2 years ago

The Readme is not working.

 helm install stable/bookstack
Error: INSTALLATION FAILED: must either provide a name or specify --generate-name
ajoslin103 commented 1 year ago

this repo needs to be imported into a helm/charts repo -- those are more complicated and produce installable releases of individual charts

here's one (IDK how good it is)

https://github.com/helm/charts-repo-actions-demo

and another (in current use)

https://github.com/prometheus-community/helm-charts/

pchang388 commented 11 months ago

I also stumbled on this helm chart but after seeing the current ones that come up in searches are outdated or no longer maintained, I've been working on a more up to date helm chart with github actions for tagged releases:

Bookstack specific chart here All charts https://github.com/homeylab/helm-charts

Chart includes mariadb from bitnami as an optional dependency and I try to keep the image up to date and test things properly before releasing. Hope it helps!