From 9f49664420bc9cce16bc798e5cddd51e51c4b0f1 Mon Sep 17 00:00:00 2001 From: Pieter Callewaert Date: Tue, 20 May 2025 12:27:32 +0200 Subject: [PATCH] Prepare release 2.0 helm chart --- charts/ext-postgres-operator/Chart.yaml | 15 +++------------ charts/ext-postgres-operator/README.md | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 12 deletions(-) create mode 100644 charts/ext-postgres-operator/README.md diff --git a/charts/ext-postgres-operator/Chart.yaml b/charts/ext-postgres-operator/Chart.yaml index bd50d708..1b895ed3 100644 --- a/charts/ext-postgres-operator/Chart.yaml +++ b/charts/ext-postgres-operator/Chart.yaml @@ -4,17 +4,8 @@ description: | A Helm chart for the External Postgres operator helm repo add ext-postgres-operator https://movetokube.github.io/postgres-operator/ - helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.3 + helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator type: application - -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -# Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.7 - -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. Versions are not expected to -# follow Semantic Versioning. They should reflect the version the application is using. -# It is recommended to use it with quotes. -appVersion: "1.3.5" +version: 2.0.0 +appVersion: "2.0.0" diff --git a/charts/ext-postgres-operator/README.md b/charts/ext-postgres-operator/README.md new file mode 100644 index 00000000..1b565c8d --- /dev/null +++ b/charts/ext-postgres-operator/README.md @@ -0,0 +1,16 @@ +# ext-postgres-operator Helm Chart + +This Helm chart deploys the External Postgres Operator, which provides a way to manage PostgreSQL databases and users in a Kubernetes environment. + +## Installation + +To install the chart, add the repository and use the `helm upgrade --install` command: + +```bash +helm repo add ext-postgres-operator https://movetokube.github.io/postgres-operator/ +helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator +``` + +## Compatibility + +**NOTE:** Helm chart version `2.0.0` is only compatible with the Postgres Operator version `2.0.0`. Ensure that you are using the correct versions to avoid compatibility issues.