feat(argo-cd): support initContainers on all pods (#1043)
* feat(argo-cd) support initContainers on all pods Signed-off-by: Mark Pim <j.mark.pim@gmail.com> * Fix linting Signed-off-by: Mark Pim <j.mark.pim@gmail.com> * Run helm-docs Signed-off-by: Mark Pim <j.mark.pim@gmail.com>
This commit is contained in:
parent
b13aa9facf
commit
0bbe2b1aae
8 changed files with 93 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.1.7
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 3.26.11
|
||||
version: 3.26.12
|
||||
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: |
|
||||
- "[Changed]: add flag and labels for application labels"
|
||||
- "[Added]: add custom initContainers support to all Deployments"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue