Skip to content

Commit 36f1f29

Browse files
feat: [CDS-87811]: Creates a Helm Repo and adds GitHub Page (#7)
1 parent 40e1f90 commit 36f1f29

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
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.

index.yaml

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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"

robots.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-Agent:: *
2+
Disallow: /

0 commit comments

Comments
 (0)