From 5c0403c557d33b4b4e9abf1c68de24854ce20b84 Mon Sep 17 00:00:00 2001 From: Noa Rogoszinski Date: Tue, 14 Apr 2026 19:24:10 +0300 Subject: [PATCH] Add Atlas Operator to tools list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 522be30..44cf1d7 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Modern software development practices _assume_ support for reviewing changes, tr - [ArgoCD](https://github.com/argoproj/argo-cd) - Declarative continuous deployment for Kubernetes - [Atlantis](https://www.runatlantis.io/) - Terraform pull request automation +- [Atlas Operator](https://github.com/ariga/atlas-operator) - A Kubernetes controller that uses [Atlas](atlasgo.io) to manage your database schema as code with a GitOps-based deployment workflow - [Autoapply](https://github.com/autoapply/autoapply) - Automatically apply changes from a Git repository to a Kubernetes cluster - [Carvel](https://carvel.dev) — Tool suite for building, packaging, and managing software on Kubernetes in a GitOps way - [CloudBees Rollout](https://rollout.io/) - Feature Flag as-a-Service that leverages GitOps & Config-as-Code (commercial product from CloudBees)