diff --git a/README.md b/README.md index 9e3d7de..9a40801 100644 --- a/README.md +++ b/README.md @@ -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