feat(argo-cd): Add ability to pass finalizers to AppProject (#982)
* feat(argo-cd): Add ability to pass finalizers to AppProject Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * chore: Use 'with' instead of 'if' and beautify indent style Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * docs: Add finalizers to example in values.yaml Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
fbea5aa49b
commit
694f8b4fe9
3 changed files with 33 additions and 25 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: 2.1.3
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 3.25.3
|
||||
version: 3.26.0
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
|
@ -21,4 +21,4 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Added]: Chart testing for HA setups"
|
||||
- "[Added]: Ability to add finalizers to AppProject"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue