Quick Start
Installation
Install a specific version (recommended). Click here for the latest version.
Install latest version.
How to use helm compose
Helm Compose makes it easy to define a Compose file containing a list of Releases and necessary Repositories for the charts you use.
Install your releases:
Uninstall your releases
A Helm Compose file looks something like this:
apiVersion: 1.1
storage:
name: mycompose
type: local # default
path: .hcstate # default
releases:
wordpress:
chart: bitnami/wordpress
chartVersion: 14.3.2
wordpress2:
chart: bitnami/wordpress
chartVersion: 15.2.22
namespace: homepage
createNamespace: true
postgres:
chart: bitnami/postgresql
chartVersion: 12.1.9
namespace: database
createNamespace: true
repositories:
bitnami: https://charts.bitnami.com/bitnami
All helm-compose
commands accept the -f
flag to pass your compose file location. Otherwise helm-compose
will automatically look for a list of file names inside your current directory:
- helm-compose.yaml
- helm-compose.yml
- helmcompose.yaml
- helm-compose.yml
- helmcompose.yaml
- helmcompose.yml
- helmcompose
- compose.yaml
- compose.yml
Check out the helm compose examples.
Last update:
December 4, 2023