-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [CDS-87811]: Creates a Helm Repo and adds GitHub Page (#7)
- Loading branch information
1 parent
40e1f90
commit 36f1f29
Showing
3 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
User-Agent:: * | ||
Disallow: / |