argocd-helm/charts/argo-rollouts
caseyclarkjamf e7258346cc
fix: (argo-rollouts) Add clusterInstall conditional around aggregate ClusterRoles (#484)
* add clusterinstall conditional around aggregate clusterroles

Signed-off-by: Casey Clark <casey.clark@jamf.com>

* bump chart version to 0.3.9

Signed-off-by: Casey Clark <casey.clark@jamf.com>

Co-authored-by: Scott Cabrinha <scott@internaught.io>
2020-12-01 15:26:17 -08:00
..
templates fix: (argo-rollouts) Add clusterInstall conditional around aggregate ClusterRoles (#484) 2020-12-01 15:26:17 -08:00
.helmignore feat: upgrade Argo Rollouts to v0.8.0 (#315) 2020-04-20 16:40:39 -07:00
Chart.yaml fix: (argo-rollouts) Add clusterInstall conditional around aggregate ClusterRoles (#484) 2020-12-01 15:26:17 -08:00
README.md feat(argo-rollouts): Add service monitor (#474) 2020-10-27 10:31:38 -07:00
values.yaml feat(argo-rollouts): Add service monitor (#474) 2020-10-27 10:31:38 -07:00

Argo Rollouts Chart

A Helm chart for Argo Rollouts, progressive delivery for Kubernetes.

Current chart version is 0.3.7

Source code can be found here

Additional Information

This is a community maintained chart. This chart installs argo-rollouts, progressive delivery for Kubernetes.

The default installation is intended to be similar to the provided Argo Rollouts releases.

Prerequisites

  • Kubernetes 1.7+

Installing the Chart

To install the chart with the release name my-release:

$ 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"
controller.image.tag string "v0.8.0"
controller.name string "argo-rollouts"
controller.resources Resource limits and requests for the controller pods. {}
controller.tolerations Tolerations for use with node taints []
controller.affinity Assign custom affinity rules to the deployment {}
controller.nodeSelector Node selector {}
controller.metrics.serviceMonitor.enabled bool false
imagePullSecrets list []
installCRDs bool true
podAnnotations object {}
podLabels object {}
serviceAccount.name string "argo-rollouts"