File tree 3 files changed +51
-2
lines changed
3 files changed +51
-2
lines changed Original file line number Diff line number Diff line change 1
- # gitops-helm
2
- This repository contains Helm charts for installing GitOps Agent
1
+ # GitOps Agent Helm Charts
2
+
3
+ This repository contains Helm charts for installing Harness GitOps Agents.
4
+
5
+ The charts can be added using following command:
6
+ ``` bash
7
+ helm repo add argo https://harness.github.io/gitops-helm
8
+ ```
9
+
10
+ For more details and support to override your Argo CD components, please refer to [ Argo CD's values.yaml] ( https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml ) file.
Original file line number Diff line number Diff line change
1
+ apiVersion : v1
2
+ entries :
3
+ argo-cd :
4
+ - annotations :
5
+ artifacthub.io/changes : |
6
+ - kind: changed
7
+ description: Upgrade Argo CD to v2.9.3
8
+ artifacthub.io/signKey : |
9
+ fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
10
+ url: https://argoproj.github.io/argo-helm/pgp_keys.asc
11
+ apiVersion : v2
12
+ appVersion : v2.9.3
13
+ created : " 2024-01-09T20:04:41.584615+05:30"
14
+ dependencies :
15
+ - condition : redis-ha.enabled
16
+ name : redis-ha
17
+ repository : https://dandydeveloper.github.io/charts/
18
+ version : 4.23.0
19
+ description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery
20
+ tool for Kubernetes.
21
+ digest : e6ac00389129c92c2d71b6e5703ba3323ece2ac5c70c3f0ec283d7304fedd474
22
+ home : https://github.com/argoproj/argo-helm
23
+ icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
24
+ keywords :
25
+ - argoproj
26
+ - argocd
27
+ - gitops
28
+ kubeVersion : ' >=1.23.0-0'
29
+ maintainers :
30
+ - name : argoproj
31
+ url : https://argoproj.github.io/
32
+ name : argo-cd
33
+ sources :
34
+ - https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
35
+ - https://github.com/argoproj/argo-cd
36
+ urls :
37
+ - https://harness.github.io/gitops-helm/charts/argo-cd-5.51.6.tgz
38
+ version : 5.51.6
39
+ generated : " 2024-01-09T20:04:41.575455+05:30"
Original file line number Diff line number Diff line change
1
+ User-Agent: : *
2
+ Disallow: /
You can’t perform that action at this time.
0 commit comments