feat: Add chart for argo-rollouts (#226)
This commit is contained in:
parent
7a3120bed9
commit
560263569f
15 changed files with 11177 additions and 0 deletions
14
charts/argo-rollouts/values.yaml
Normal file
14
charts/argo-rollouts/values.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
installCRDs: true
|
||||
|
||||
clusterInstall: true
|
||||
|
||||
controller:
|
||||
name: argo-rollouts
|
||||
component: rollouts-controller
|
||||
image:
|
||||
repository: argoproj/argo-rollouts
|
||||
tag: v0.7.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
serviceAccount:
|
||||
name: argo-rollouts
|
||||
Loading…
Add table
Add a link
Reference in a new issue