From 8edc8cf3ec631b207fbe8f145e07e4797fa0d319 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Mon, 1 Apr 2024 19:41:09 +0300 Subject: [PATCH 1/2] Added badges to README.md Signed-off-by: Itay Grudev --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 67eccbd93..df6292bea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # CloudNativePG Helm Charts +[![Stack Overflow](https://img.shields.io/badge/stackoverflow-cloudnative--pg-blue?logo=stackoverflow&logoColor=%23F48024&link=https%3A%2F%2Fstackoverflow.com%2Fquestions%2Ftagged%2Fcloudnative-pg)][stackoverflow] +[![GitHub License](https://img.shields.io/github/license/cloudnative-pg/charts)][license] + + +[![GitHub Release](https://img.shields.io/github/v/release/cloudnative-pg/charts?filter=cloudnative-pg-*)]([https://github.com/cloudnative-pg/charts/releases](https://github.com/cloudnative-pg/charts/tree/main/charts/cloudnative-pg)) +[![GitHub Release](https://img.shields.io/github/v/release/cloudnative-pg/charts?filter=cluster-*)]([https://github.com/cloudnative-pg/charts/releases](https://github.com/cloudnative-pg/charts/tree/main/charts/cluster)) + + ## Operator chart Helm chart to install the @@ -40,3 +48,6 @@ Please read the [code of conduct](CODE-OF-CONDUCT.md) and the ## Copyright Helm charts for CloudNativePG are distributed under [Apache License 2.0](LICENSE). + +[stackoverflow]: https://stackoverflow.com/questions/tagged/cloudnative-pg +[license]: https://github.com/cloudnative-pg/charts?tab=Apache-2.0-1-ov-file From e36cf83ee8f65f2e512385c5af8f74c2a6c793d1 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Mon, 1 Apr 2024 19:44:09 +0300 Subject: [PATCH 2/2] Update README.md Signed-off-by: Itay Grudev --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df6292bea..dda335965 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ [![GitHub License](https://img.shields.io/github/license/cloudnative-pg/charts)][license] -[![GitHub Release](https://img.shields.io/github/v/release/cloudnative-pg/charts?filter=cloudnative-pg-*)]([https://github.com/cloudnative-pg/charts/releases](https://github.com/cloudnative-pg/charts/tree/main/charts/cloudnative-pg)) -[![GitHub Release](https://img.shields.io/github/v/release/cloudnative-pg/charts?filter=cluster-*)]([https://github.com/cloudnative-pg/charts/releases](https://github.com/cloudnative-pg/charts/tree/main/charts/cluster)) +[![GitHub Release](https://img.shields.io/github/v/release/cloudnative-pg/charts?filter=cloudnative-pg-*)](https://github.com/cloudnative-pg/charts/tree/main/charts/cloudnative-pg) +[![GitHub Release](https://img.shields.io/github/v/release/cloudnative-pg/charts?filter=cluster-*)](https://github.com/cloudnative-pg/charts/tree/main/charts/cluster) ## Operator chart