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:
parent
b4dbec9994
commit
4a55fbef29
4 changed files with 12 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue