README: argocd, not flux

This commit is contained in:
Graham McIntire 2026-04-29 11:12:50 -05:00
parent 279403bdb9
commit 50d5309759
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -23,7 +23,7 @@ Ready to run in production? Please [check our deployment guides](https://hexdocs
## Deployment
This application is deployed to a Kubernetes cluster using Flux GitOps. The Kubernetes manifests are in the `k8s/` directory and are automatically applied by Flux when changes are pushed to the main branch.
This application is deployed to a Kubernetes cluster using ArgoCD. The Kubernetes manifests are in the `k8s/` directory and are reconciled automatically when changes are pushed to the main branch. New container image tags are picked up by `argocd-image-updater` (no commits to `k8s/deployment.yaml` required).
## Learn more