Skip to content

Commit 603d854

Browse files
[PILOT-7226] Added external helm charts (#181)
1 parent 8edefcf commit 603d854

File tree

550 files changed

+122696
-434
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

550 files changed

+122696
-434
lines changed

argo-cd/.helmignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/*.tgz
2+
output
3+
ci/
4+
*.gotmpl

argo-cd/Chart.lock

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies:
2+
- name: redis-ha
3+
repository: https://dandydeveloper.github.io/charts/
4+
version: 4.27.6
5+
digest: sha256:69c6b20682f0a2a8044b71731b7c656a57118088a7b3611f59217b537167af2e
6+
generated: "2024-08-28T13:02:33.763307+02:00"

argo-cd/Chart.yaml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
annotations:
2+
artifacthub.io/changes: |
3+
- kind: added
4+
description: Ability to set runtime class for all components
5+
artifacthub.io/signKey: |
6+
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
7+
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
8+
apiVersion: v2
9+
appVersion: v2.12.3
10+
dependencies:
11+
- condition: redis-ha.enabled
12+
name: redis-ha
13+
repository: https://dandydeveloper.github.io/charts/
14+
version: 4.27.6
15+
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
16+
for Kubernetes.
17+
home: https://github.com/argoproj/argo-helm
18+
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
19+
keywords:
20+
- argoproj
21+
- argocd
22+
- gitops
23+
kubeVersion: '>=1.25.0-0'
24+
maintainers:
25+
- name: argoproj
26+
url: https://argoproj.github.io/
27+
name: argo-cd
28+
sources:
29+
- https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
30+
- https://github.com/argoproj/argo-cd
31+
version: 7.6.0

0 commit comments

Comments
 (0)