Install or upgrade a Helm chart Repository flag can be either absolute url or saved repository in Codefresh.
codefresh install-chart
| Option | Alias | Type | Default | Description |
|---|---|---|---|---|
| –help | Print help information | |||
| –cluster | -c | string | Install on cluster. required |
|
| –namespace | –ns | string | default | Install on namespace |
| –tiller-namespace | –tn | string | kube-system | Where tiller has been installed |
| –repository | -r | string | kubeapps | Helm repository (absolute url or name of context with type helm-repository). required |
| –name | -n | string | Name of the chart in the repository. required |
|
| –version | -v | string | Version of the chart in the repository. required |
|
| –context | Contexts (yaml | |||
| –set | set of KEY=VALUE to be passed to the install | |||
| –detach | -d | Run pipeline and print build ID | ||
| –release-name | The name to set to the release |
codefresh install-chart --name mongodb
codefresh get ctx --type helm-repository
codefresh install-chart --name mongodb --repository my-help-repository