Skip to content

Commit c98f7fe

Browse files
j-zimnowodaferruhcihanMatthias Erllmerll
authored
feat: argocd deployed as chart (#1568)
Co-authored-by: ferruhcihan <[email protected]> Co-authored-by: Matthias Erll <[email protected]> Co-authored-by: Matthias Erll <[email protected]>
1 parent 0e6d021 commit c98f7fe

File tree

163 files changed

+35389
-41
lines changed

Some content is hidden

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

163 files changed

+35389
-41
lines changed

apps.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ appsInfo:
1313
integration: Alertmanager can be activated to send alerts to configured receivers. It is configured by Otomi to use the global values found under settings/alerts. A team can override global settings to send alerts to their own endpoints.
1414
argocd:
1515
title: Argo CD
16-
appVersion: 2.5.3
16+
appVersion: 2.10.4
1717
repo: https://github.com/argoproj/argo-helm
1818
maintainers: Argo Project
1919
relatedLinks:

charts/argocd/.helmignore

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

charts/argocd/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.26.1
5+
digest: sha256:d72c308ab0eef4233e25bfc3f8fc97cf9b02a9c5d0186ea89e2f8fb332cb9c41
6+
generated: "2024-02-18T19:42:53.135599+02:00"

charts/argocd/Chart.yaml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
annotations:
2+
artifacthub.io/changes: |
3+
- kind: changed
4+
description: Bump argo-cd to v2.10.4
5+
artifacthub.io/signKey: |
6+
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
7+
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
8+
apiVersion: v2
9+
appVersion: v2.10.4
10+
dependencies:
11+
- condition: redis-ha.enabled
12+
name: redis-ha
13+
repository: https://dandydeveloper.github.io/charts/
14+
version: 4.26.1
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.23.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: 6.7.3

0 commit comments

Comments
 (0)