File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : pg-db
3
3
description : ' A Helm chart to deploy the PostgreSQL database with the Percona Operator for PostgreSQL'
4
4
type : application
5
- version : 2.6 .0
6
- appVersion : 2.6 .0
5
+ version : 2.7 .0
6
+ appVersion : 2.7 .0
7
7
home : https://docs.percona.com/percona-operator-for-postgresql/2.0/
8
8
maintainers :
9
9
- name : spron-in
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ To install the chart with the `pg` release name using a dedicated namespace (rec
24
24
25
25
``` sh
26
26
helm repo add percona https://percona.github.io/percona-helm-charts/
27
- helm install my-db percona/pg-db --version 2.6 .0 --namespace my-namespace
27
+ helm install my-db percona/pg-db --version 2.7 .0 --namespace my-namespace
28
28
```
29
29
30
30
The chart can be customized using the following configurable parameters:
@@ -33,7 +33,7 @@ The chart can be customized using the following configurable parameters:
33
33
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
34
34
| ` annotations ` | The Kubernetes annotations for PerconaPGCluster | `` |
35
35
| ` finalizers ` | Finalizers list | ` {} ` |
36
- | ` crVersion ` | CR Cluster Manifest version | ` 2.6 .0 ` |
36
+ | ` crVersion ` | CR Cluster Manifest version | ` 2.7 .0 ` |
37
37
| ` metadata.annotations ` | The Kubernetes annotations metadata to be set at a global level for all resources created by the Operator | `` |
38
38
| ` metadata.labels ` | The Kubernetes labels metadata to be set at a global level for all resources created by the Operator | `` |
39
39
| ` repository ` | PostgreSQL container image repository | ` percona/percona-postgresql-operator ` |
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ finalizers:
12
12
# Set this if you want that operator deletes the backups on cluster deletion
13
13
# - percona.com/delete-backups
14
14
15
- crVersion : 2.6 .0
15
+ crVersion : 2.7 .0
16
16
# metadata:
17
17
# annotations:
18
18
# example-annotation: value
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : pg-operator
3
3
description : ' A Helm chart to deploy the Percona Operator for PostgreSQL'
4
4
type : application
5
- version : 2.6 .0
6
- appVersion : 2.6 .0
5
+ version : 2.7 .0
6
+ appVersion : 2.7 .0
7
7
home : https://docs.percona.com/percona-operator-for-postgresql/2.0/
8
8
maintainers :
9
9
- name : spron-in
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ To install the chart with the `pg-operator` release name using a dedicated names
26
26
27
27
``` sh
28
28
helm repo add percona https://percona.github.io/percona-helm-charts/
29
- helm install my-operator percona/pg-operator --version 2.6 .0 --namespace my-namespace --create-namespace
29
+ helm install my-operator percona/pg-operator --version 2.7 .0 --namespace my-namespace --create-namespace
30
30
```
31
31
32
32
## Configuration
35
35
36
36
| Parameter | Description | Default |
37
37
| -------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------- |
38
- | ` image ` | PG Operator Container image full path | ` percona/percona-postgresql-operator:2.6 .0 ` |
38
+ | ` image ` | PG Operator Container image full path | ` percona/percona-postgresql-operator:2.7 .0 ` |
39
39
| ` imagePullPolicy ` | PG Operator Container pull policy | ` Always ` |
40
40
| ` resources ` | Resource requests and limits | ` {} ` |
41
41
| ` nodeSelector ` | Labels for Pod assignment | ` {} ` |
50
50
To deploy Percona Operator for PostgreSQL cluster with disabled telemetry run the following command:
51
51
52
52
``` sh
53
- helm install my-db percona/pg-db --version 2.6 .0 --namespace my-namespace
53
+ helm install my-db percona/pg-db --version 2.7 .0 --namespace my-namespace
54
54
```
55
55
56
56
See more about Percona Operator for PostgreSQL deployment in its chart [ here] ( https://github.com/percona/percona-helm-charts/tree/main/charts/pg-db ) or in the [ Helm chart installation guide] ( https://www.percona.com/doc/kubernetes-operator-for-postgresql/helm.html ) .
You can’t perform that action at this time.
0 commit comments