2020-02-14 21:55:18 +00:00
Argo Rollouts Chart
=============
A Helm chart for Argo Rollouts, progressive delivery for Kubernetes.
2021-05-24 21:33:58 +00:00
Current chart version is `0.5.4`
2020-02-14 21:55:18 +00:00
Source code can be found [here ](https://github.com/argoproj/argo-rollouts )
## Additional Information
This is a **community maintained** chart. This chart installs [argo-rollouts ](https://argoproj.github.io/argo-rollouts/ ), progressive delivery for Kubernetes.
The default installation is intended to be similar to the provided Argo Rollouts [releases ](https://github.com/argoproj/argo-rollouts/releases ).
## Prerequisites
- Kubernetes 1.7+
## Installing the Chart
To install the chart with the release name `my-release` :
```console
$ helm repo add argo https://argoproj.github.io/argo-helm
$ helm install --name my-release argo/argo-rollouts
```
## Chart Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| clusterInstall | bool | `true` | |
| controller.component | string | `"rollouts-controller"` | |
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
| controller.image.repository | string | `"argoproj/argo-rollouts"` | |
2021-01-21 17:48:29 +00:00
| controller.image.tag | string | `"v0.10.2"` | |
2020-02-14 21:55:18 +00:00
| controller.name | string | `"argo-rollouts"` | |
2020-07-12 23:52:28 +00:00
| controller.resources | Resource limits and requests for the controller pods. | `{}` |
| controller.tolerations | [Tolerations for use with node taints ](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ ) | `[]` |
| controller.affinity | [Assign custom affinity rules to the deployment ](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ ) | `{}` |
| controller.nodeSelector | [Node selector ](https://kubernetes.io/docs/user-guide/node-selection/ ) | `{}` |
2020-10-27 17:31:38 +00:00
| controller.metrics.serviceMonitor.enabled | bool | `false` | |
2020-03-25 16:29:44 +00:00
| imagePullSecrets | list | `[]` | |
2020-02-14 21:55:18 +00:00
| installCRDs | bool | `true` | |
2021-04-07 20:29:47 +00:00
| crdAnnotations | object | `{}` | |
2020-03-25 16:29:44 +00:00
| podAnnotations | object | `{}` | |
| podLabels | object | `{}` | |
2020-02-14 21:55:18 +00:00
| serviceAccount.name | string | `"argo-rollouts"` | |