chore(argocd): document forgejo install

This commit is contained in:
David Landry 2025-09-24 17:44:23 -04:00
parent bbdd70908c
commit 8b7d6c2495
2 changed files with 833 additions and 0 deletions

View file

@ -0,0 +1,6 @@
The manifests in this folder are not managed by ArgoCD. Instead, they document
the git repo that's in-use by the cluster.
```
helm install forgejo -f values.yaml oci://code.forgejo.org/forgejo-helm/forgejo --version 11.0.5
```