fix(argo-cd): Revert initContainers copyUtil param (#1063)

* fix(argo-cd): Revert initContainers copyUtil param

Signed-off-by: Marko Bevc <marko@scalefactory.com>

* Use correct keyword in annotations

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marko Bevc 2021-12-18 22:08:57 +00:00 committed by GitHub
parent 0dc0b845a3
commit e6a0802f4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 10 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.2.1
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 3.29.2
version: 3.29.3
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: |
- "[Fix]: repo-server: merge initContainer to one section"
- "[Fixed]: repo-server: revert initContainer copyutil param"