argo-helm/charts/argo-rollouts
Scott Cabrinha 060fa584b4
feat: adding readme (#241)
2020-02-14 13:55:18 -08:00
..
templates feat: Add chart for argo-rollouts (#226) 2020-02-12 10:57:25 -08:00
Chart.yaml feat: adding readme (#241) 2020-02-14 13:55:18 -08:00
README.md feat: adding readme (#241) 2020-02-14 13:55:18 -08:00
values.yaml feat: Add chart for argo-rollouts (#226) 2020-02-12 10:57:25 -08:00

README.md

Argo Rollouts Chart

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

Current chart version is 0.1.0

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.7.0"
controller.name string "argo-rollouts"
installCRDs bool true
serviceAccount.name string "argo-rollouts"