Skip to content

Commit 6962fe8

Browse files
committed
Prepare release 2.0 helm chart
1 parent dd9c20f commit 6962fe8

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

charts/ext-postgres-operator/Chart.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,8 @@ description: |
44
A Helm chart for the External Postgres operator
55
66
helm repo add ext-postgres-operator https://movetokube.github.io/postgres-operator/
7-
helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.3
7+
helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator
88
99
type: application
10-
11-
# This is the chart version. This version number should be incremented each time you make changes
12-
# to the chart and its templates, including the app version.
13-
# Versions are expected to follow Semantic Versioning (https://semver.org/)
14-
version: 1.2.7
15-
16-
# This is the version number of the application being deployed. This version number should be
17-
# incremented each time you make changes to the application. Versions are not expected to
18-
# follow Semantic Versioning. They should reflect the version the application is using.
19-
# It is recommended to use it with quotes.
20-
appVersion: "1.3.5"
10+
version: 2.0.0
11+
appVersion: "2.0.0"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ext-postgres-operator Helm Chart
2+
3+
This Helm chart deploys the External Postgres Operator, which provides a way to manage PostgreSQL databases and users in a Kubernetes environment.
4+
5+
## Installation
6+
7+
To install the chart, add the repository and use the `helm upgrade --install` command:
8+
9+
```bash
10+
helm repo add ext-postgres-operator https://movetokube.github.io/postgres-operator/
11+
helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator
12+
```
13+
14+
## Compatibility
15+
16+
**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.

0 commit comments

Comments
 (0)