File tree 2 files changed +19
-12
lines changed
charts/ext-postgres-operator
2 files changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,8 @@ description: |
4
4
A Helm chart for the External Postgres operator
5
5
6
6
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
8
8
9
9
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"
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments