Skip to content

Commit

Permalink
πŸ”€ Merge pull request #11 from jyje/develop
Browse files Browse the repository at this point in the history
πŸ“œ argo-cd-stack/readme: add badge for artifacthub
  • Loading branch information
jyje authored Aug 22, 2024
2 parents e2469c2 + bbde3e4 commit b1fdc35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/argo-cd-stack/readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# jyje/argo-cd-stack

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/jyje)](https://artifacthub.io/packages/search?repo=jyje)

Three Argo CD components are installed in this stack:
- Argo CD: The core Argo CD server
- Argo CD Application Set: Initial Release for Argo CD (Applications or Projects)
- Argo CD Image Updater: Automatically update the container images in a Kubernetes cluster

The release name should be `argocd`. There is a mismatch between the names `argocd` and `argo-cd`, which is causing ambiguity. So we override the `fullnameOverride` for the Argo CD Helm Chart to `argocd`.

## Warning: This is not a official Helm Chart

⚠️ This is a collection of Helm Charts for Argo CD components. The official Helm Chart for Argo CD is available at [argoproj/argo-helm](https://github.com/argoproj/argo-helm).

## How to install

```bash
Expand Down

0 comments on commit b1fdc35

Please sign in to comment.