fix(argo-cd): Use global imagePullPolicy for Dex (#1250)

* fix(argo-cd): Use global imagePullPolicy for Dex

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* fix(argo-cd): Fix imagePullPolicy for ApplicationSet

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Use default image pull policy for applicationset

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Bump chart version

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Update documentatioj

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Update changelog

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Update changelog

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Remove default comments

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Bump chart version

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
Petr Drastil 2022-05-05 23:59:18 +02:00 committed by GitHub
parent b4dbec9994
commit 4a55fbef29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 8 deletions

View file

@ -397,7 +397,8 @@ dex:
# -- Dex image tag
tag: v2.30.2
# -- Dex imagePullPolicy
imagePullPolicy: IfNotPresent
# @default -- `""` (defaults to global.image.imagePullPolicy)
imagePullPolicy: ""
initImage:
# -- Argo CD init image repository
# @default -- `""` (defaults to global.image.repository)
@ -1890,10 +1891,11 @@ applicationSet:
image:
# -- Repository to use for the application set controller
repository: quay.io/argoproj/argocd-applicationset
# -- Image pull policy for the application set controller
pullPolicy: IfNotPresent
# -- Tag to use for the application set controller
tag: "v0.4.1"
# -- Image pull policy for the application set controller
# @default -- `""` (defaults to global.image.imagePullPolicy)
imagePullPolicy: ""
args:
# -- The default metric address