Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stacks link on readme #699

Merged
merged 2 commits into from
Apr 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Postgres is the best OSS database in the world, with millions of active deployme
## Inside this repo

* [Tembo Operator](https://github.com/tembo-io/tembo/tree/main/tembo-operator) - a Kubernetes Operator that integrates CloudNativePG, Tembo Stacks, and Trunk
* [Tembo-Stacks](https://github.com/tembo-io/tembo/tree/main/tembo-operator/src/stacks) - pre-configured Postgres Stacks deployable to Kubernetes
* [Tembo Stacks](https://github.com/tembo-io/tembo/tree/main/tembo-stacks) - workload-configured Postgres deployable to Kubernetes
* [Tembo CLI](https://github.com/tembo-io/tembo/tree/main/tembo-cli) - allows users to experience Tembo locally, as well as, manage and deploy to Tembo Cloud
* [Helm Chart](https://github.com/tembo-io/tembo/tree/main/charts/tembo-operator) — Helm chart to deploy the Tembo Operator
* [Dataplane Web Server](https://github.com/tembo-io/tembo/tree/main/dataplane-webserver) - reports readiness and liviness of Postgres instances in a data plane
Expand Down