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
|
|
@ -52,7 +52,7 @@ spec:
|
|||
containers:
|
||||
- name: {{ .Values.dex.name }}
|
||||
image: {{ .Values.dex.image.repository }}:{{ .Values.dex.image.tag }}
|
||||
imagePullPolicy: {{ .Values.dex.image.imagePullPolicy }}
|
||||
imagePullPolicy: {{ default .Values.global.image.imagePullPolicy .Values.dex.image.imagePullPolicy }}
|
||||
command:
|
||||
- /shared/argocd-dex
|
||||
- rundex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue