Skip to content

Commit f06b7fd

Browse files
Release cluster-v0.7.0 (#919)
Signed-off-by: Itay Grudev <itay@verito.digital> Co-authored-by: Itay Grudev <itay@verito.digital>
1 parent 990dc64 commit f06b7fd

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

charts/cluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description: Deploys and manages a CloudNativePG cluster and its associated reso
2222
kubeVersion: ">=1.29.0-0"
2323
icon: https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg
2424
type: application
25-
version: 0.6.1
25+
version: 0.7.0
2626
sources:
2727
- https://github.com/cloudnative-pg/charts
2828
keywords:

charts/cluster/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cluster
22

3-
![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
> **Warning**
66
> ### This chart is under active development.
@@ -181,7 +181,6 @@ Kubernetes: `>=1.29.0-0`
181181
| cluster.monitoring.podMonitor.relabelings | list | `[]` | The list of relabelings for the PodMonitor. Applied to samples before scraping. |
182182
| cluster.monitoring.prometheusRule.enabled | bool | `true` | Whether to enable the PrometheusRule automated alerts |
183183
| cluster.monitoring.prometheusRule.excludeRules | list | `[]` | Exclude specified rules |
184-
| cluster.monitoring.tls | object | `{"enabled":false}` | TLS usage for monitoring |
185184
| cluster.monitoring.tls.enabled | bool | `false` | Whether to enable TLS on the metrics port. |
186185
| cluster.podSecurityContext | object | `{}` | Configure the Pod Security Context. See: https://cloudnative-pg.io/documentation/preview/security/ |
187186
| cluster.postgresGID | int | `-1` | The GID of the postgres user inside the image, defaults to 26 |

charts/cluster/values.schema.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,11 @@
370370
"default": true,
371371
"description": "Enable logical replication metrics",
372372
"type": "boolean"
373+
},
374+
"pgStatStatements": {
375+
"default": false,
376+
"description": "Enable planning and execution statistics for all SQL statements. Increases shared memory usage.",
377+
"type": "boolean"
373378
}
374379
},
375380
"required": [],
@@ -1111,7 +1116,7 @@
11111116
},
11121117
"source": {
11131118
"default": "",
1114-
"description": " One of `object_store` or `pg_basebackup`. Method to use for bootstrap.",
1119+
"description": "One of `object_store` or `pg_basebackup`. Method to use for bootstrap.",
11151120
"type": "string"
11161121
}
11171122
},
@@ -1375,7 +1380,7 @@
13751380
},
13761381
"self": {
13771382
"default": "",
1378-
"description": " Defines the name of this cluster. It is used to determine if this is a primary or a replica cluster, comparing it with primary. Leave empty by default.",
1383+
"description": "Defines the name of this cluster. It is used to determine if this is a primary or a replica cluster, comparing it with primary. Leave empty by default.",
13791384
"type": "string"
13801385
}
13811386
},

charts/cluster/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ cluster:
347347
# usage: GAUGE
348348
# description: "Cache hit ratio"
349349

350-
# -- TLS usage for monitoring
350+
# TLS usage for monitoring
351351
tls:
352352
# -- Whether to enable TLS on the metrics port.
353353
enabled: false

0 commit comments

Comments
 (0)