feat: add argo-cd Helm chart with initial configuration and default values

This commit is contained in:
sha
2026-04-23 16:02:05 +03:00
parent c99c675a91
commit 8cc8c1bdeb
3 changed files with 18 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v2
name: argo-cd
description: Argo CD umbrella chart wrapping the upstream argoproj/argo-helm chart
type: application
version: 0.1.0
appVersion: "3.3.8"
annotations:
version-source: github-release:argoproj/argo-helm
version-pattern: "s|^argo-cd-||"
dependencies:
- name: argo-cd
version: 9.5.4
repository: https://argoproj.github.io/argo-helm
View File
+5
View File
@@ -0,0 +1,5 @@
# Default values for the argo-cd umbrella chart.
# All overrides are forwarded to the upstream argoproj/argo-cd chart under the
# top-level `argo-cd:` key. See https://github.com/argoproj/argo-helm for the
# full list of configurable values.
argo-cd: {}