Standard Helm Chart
Generic universal Helm chart easy to configure and extend to be used as standard for most applications and use cases.
See the values.yaml for all configuration options.
Requirements
Install
Add the helm repository
shell
$ helm repo add hosst https://hosstio.github.io/helm-chartsInstall the standard Helm chart
shell
$ helm install example hosst/standardUpgrade
Update the helm chart
shell
$ helm repo updateCheck the differences
shell
$ helm diff upgrade example hosst/standardUpgrade the installation
shell
$ helm upgrade example hosst/standardConfigure
Check values.yaml for all configuration options
Limitations
This chart only supports Deployment workloads. StatefulSets (databases, message queues, any app needing stable network identity or per-pod storage) and DaemonSets (node agents, log shippers) are not yet supported. StatefulSet support is the top priority on the roadmap.