* fix(argo-cd): Fix indent on Argo CD application creation Signed-off-by: Alex Sears <me@alexsears.com> * Version bump Signed-off-by: Alex Sears <me@alexsears.com> * Add ArtifactHub change annotation Signed-off-by: Alex Sears <me@alexsears.com> * Helm docs run Signed-off-by: Alex Sears <me@alexsears.com> * Fix indent also on 'server.additionalProjects' Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Reword changelog Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Restore README (use helm-docs v1.9.1 Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
25 lines
694 B
YAML
25 lines
694 B
YAML
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.6.1
|
|
home: https://github.com/argoproj/argo-helm
|
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
|
keywords:
|
|
- argoproj
|
|
- argocd
|
|
- gitops
|
|
maintainers:
|
|
- name: alexec
|
|
- name: alexmt
|
|
- name: jessesuen
|
|
- name: seanson
|
|
dependencies:
|
|
- name: redis-ha
|
|
version: 4.12.17
|
|
repository: https://dandydeveloper.github.io/charts/
|
|
condition: redis-ha.enabled
|
|
annotations:
|
|
artifacthub.io/changes: |
|
|
- "[Fixed]: Fix indent on 'additionalApplications'"
|
|
- "[Fixed]: Fix indent on 'additionalProjects'"
|