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
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.3.3
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 4.5.9
|
||||
version: 4.5.10
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
|
@ -21,4 +21,6 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Fix]: Remove version dependencies in README for CRD paths"
|
||||
- "[Fixed]: Use global imagePullPolicy for Dex by default"
|
||||
- "[Fixed]: ApplicationSet imagePullPolicy variable in values.yaml"
|
||||
- "[Fixed]: Use global imagePullPolicy for ApplicationSet by default"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue