feat(argo-cd) Add appHardResyncPeriod option for controller (#1320)
Base on this PR upstream https://github.com/argoproj/argo-cd/pull/8928 we can now provide a hard resync value to the ArgoCD Application Controller Signed-off-by: JM <jmeridth@gmail.com> Signed-off-by: JM <jmeridth@gmail.com>
This commit is contained in:
parent
eca9f91df4
commit
dd4fdef4ee
4 changed files with 7 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.4.11
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 5.3.5
|
||||
version: 5.3.6
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
|
@ -19,4 +19,4 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Changed]: Upgrade Redis HA to 4.22.1
|
||||
- "[Added]: Add appHardResyncPeriod option for application controller"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue