Helm
helm install wordpress ...
helm upgrade wordpress ...
helm rollback wordpress ...
helm list
helm repo list
helm pull --untar bitnami/wordpress
Helm Charts
Artifact Hub (Formerly Helm Hub)
ArtifactHub
is helm search engine registry aggregator, searches across Bitnami, Apache, Jetstack etc.
It's a discovery layer. Cannot install charts here but can search.
helm search hub wordpress
Use Bitnami instead of ArtifactHub
helm repo add bitnami https://charts.bitnami.com/bitnami
helm search repo bitnami # searches across all locally added repos
helm search repo bitnami/joomla # searches only bitnami
helm install my-release bitnami/<chart>
tip
Single chart helm repos are also popular:
controlplane ~ ➜ helm repo list
NAME URL
bitnami https://charts.bitnami.com/bitnami
puppet https://puppetlabs.github.io/puppetserver-helm-chart
hashicorp https://helm.releases.hashicorp.com