Skip to content

Commit

Permalink
feat: [CDS-87811]: Creates a Helm Repo and adds GitHub Page (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mankrit-singh authored Jan 9, 2024
1 parent 40e1f90 commit 36f1f29
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# gitops-helm
This repository contains Helm charts for installing GitOps Agent
# GitOps Agent Helm Charts

This repository contains Helm charts for installing Harness GitOps Agents.

The charts can be added using following command:
```bash
helm repo add argo https://harness.github.io/gitops-helm
```

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.
39 changes: 39 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
apiVersion: v1
entries:
argo-cd:
- annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgrade Argo CD to v2.9.3
artifacthub.io/signKey: |
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
apiVersion: v2
appVersion: v2.9.3
created: "2024-01-09T20:04:41.584615+05:30"
dependencies:
- condition: redis-ha.enabled
name: redis-ha
repository: https://dandydeveloper.github.io/charts/
version: 4.23.0
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery
tool for Kubernetes.
digest: e6ac00389129c92c2d71b6e5703ba3323ece2ac5c70c3f0ec283d7304fedd474
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
keywords:
- argoproj
- argocd
- gitops
kubeVersion: '>=1.23.0-0'
maintainers:
- name: argoproj
url: https://argoproj.github.io/
name: argo-cd
sources:
- https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
- https://github.com/argoproj/argo-cd
urls:
- https://harness.github.io/gitops-helm/charts/argo-cd-5.51.6.tgz
version: 5.51.6
generated: "2024-01-09T20:04:41.575455+05:30"
2 changes: 2 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-Agent:: *
Disallow: /

0 comments on commit 36f1f29

Please sign in to comment.