From 49201b569ce83587de85020f99e04f193ffa6df7 Mon Sep 17 00:00:00 2001 From: Ales Verbic Date: Tue, 6 May 2025 14:47:24 -0400 Subject: [PATCH] chore: update README.md Signed-off-by: Ales Verbic --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76fb1c4..dc3bc84 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # Helm Chart for PostgreSQL [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![version](https://img.shields.io/github/tag/ApplauseOSS/helm-postgresql.svg?label=release) -![test](https://github.com/ApplauseOSS/helm-postgresql/actions/workflows/basic_test.yml/badge.svg) +![test](https://github.com/ApplauseOSS/helm-postgresql/actions/workflows/pr.yml/badge.svg) ## Introduction This [Helm](https://github.com/kubernetes/helm) chart installs [postgreSQL](https://www.postgresql.org/) in a Kubernetes cluster. +This Helm chart installs PostgreSQL in a Kubernetes cluster. It is best suited for simpler, non-critical installations or development environments. + +For **high availability (HA)**, production-grade, or more complex PostgreSQL use cases, we recommend exploring a purpose-built Postgres operator instead of this chart. See [this comparison of Kubernetes Postgres operators](https://portworx.com/blog/choosing-a-kubernetes-operator-for-postgresql/) for guidance on selecting one that fits your requirements. + ## Prerequisites - Kubernetes cluster 1.10+