* feat: add imagePullSecrets, labels, annotations and update CRDs * remove global value * keep templated labels * Update charts/argo-rollouts/Chart.yaml update minor version, not just patch Co-Authored-By: Eytan Hanig <eytanhanig@users.noreply.github.com> * Update charts/argo-rollouts/README.md Co-Authored-By: Eytan Hanig <eytanhanig@users.noreply.github.com> Co-authored-by: Eytan Hanig <eytanhanig@users.noreply.github.com>
24 lines
402 B
YAML
24 lines
402 B
YAML
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
|
|
|
|
## Annotations to be added to the Redis server pods
|
|
##
|
|
podAnnotations: {}
|
|
|
|
## Labels to be added to the Redis server pods
|
|
##
|
|
podLabels: {}
|
|
|
|
imagePullSecrets: []
|