From 50d5309759ab07602551186890d827a703311879 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 29 Apr 2026 11:12:50 -0500 Subject: [PATCH] README: argocd, not flux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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