Skip to content

Commit c79a219

Browse files
committed
Update pg charts for 2.7.0 release
1 parent e38fd78 commit c79a219

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

charts/pg-db/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: pg-db
33
description: 'A Helm chart to deploy the PostgreSQL database with the Percona Operator for PostgreSQL'
44
type: application
5-
version: 2.6.0
6-
appVersion: 2.6.0
5+
version: 2.7.0
6+
appVersion: 2.7.0
77
home: https://docs.percona.com/percona-operator-for-postgresql/2.0/
88
maintainers:
99
- name: spron-in

charts/pg-db/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To install the chart with the `pg` release name using a dedicated namespace (rec
2424

2525
```sh
2626
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
2828
```
2929

3030
The chart can be customized using the following configurable parameters:
@@ -33,7 +33,7 @@ The chart can be customized using the following configurable parameters:
3333
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
3434
| `annotations` | The Kubernetes annotations for PerconaPGCluster | `` |
3535
| `finalizers` | Finalizers list | `{}` |
36-
| `crVersion` | CR Cluster Manifest version | `2.6.0` |
36+
| `crVersion` | CR Cluster Manifest version | `2.7.0` |
3737
| `metadata.annotations` | The Kubernetes annotations metadata to be set at a global level for all resources created by the Operator | `` |
3838
| `metadata.labels` | The Kubernetes labels metadata to be set at a global level for all resources created by the Operator | `` |
3939
| `repository` | PostgreSQL container image repository | `percona/percona-postgresql-operator` |

charts/pg-db/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ finalizers:
1212
# Set this if you want that operator deletes the backups on cluster deletion
1313
# - percona.com/delete-backups
1414

15-
crVersion: 2.6.0
15+
crVersion: 2.7.0
1616
# metadata:
1717
# annotations:
1818
# example-annotation: value

charts/pg-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: pg-operator
33
description: 'A Helm chart to deploy the Percona Operator for PostgreSQL'
44
type: application
5-
version: 2.6.0
6-
appVersion: 2.6.0
5+
version: 2.7.0
6+
appVersion: 2.7.0
77
home: https://docs.percona.com/percona-operator-for-postgresql/2.0/
88
maintainers:
99
- name: spron-in

charts/pg-operator/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To install the chart with the `pg-operator` release name using a dedicated names
2626

2727
```sh
2828
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
3030
```
3131

3232
## Configuration
@@ -35,7 +35,7 @@ Chart.
3535

3636
| Parameter | Description | Default |
3737
| -------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------- |
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` |
3939
| `imagePullPolicy` | PG Operator Container pull policy | `Always` |
4040
| `resources` | Resource requests and limits | `{}` |
4141
| `nodeSelector` | Labels for Pod assignment | `{}` |
@@ -50,7 +50,7 @@ Chart.
5050
To deploy Percona Operator for PostgreSQL cluster with disabled telemetry run the following command:
5151

5252
```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
5454
```
5555

5656
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).

0 commit comments

Comments
 (0)