Skip to content

Commit b7fe14f

Browse files
Release cluster-v0.2.1 (#508)
Signed-off-by: Itay Grudev <[email protected]> Co-authored-by: Itay Grudev <[email protected]>
1 parent 0a6940f commit b7fe14f

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

charts/cluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: cluster
1818
description: Deploys and manages a CloudNativePG cluster and its associated resources.
1919
icon: https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg
2020
type: application
21-
version: 0.2.0
21+
version: 0.2.1
2222
sources:
2323
- https://github.com/cloudnative-pg/charts
2424
keywords:

charts/cluster/README.md

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

3-
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-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.
@@ -100,7 +100,7 @@ below. Refer to the table for the full list of parameters and place the configur
100100
Recovery
101101
--------
102102

103-
There is a separate document outlining the recovery procedure here: **[Recovery](docs/Recovery.md)**
103+
There is a separate document outlining the recovery procedure here: **[Recovery](docs/recovery.md)**
104104

105105
Examples
106106
--------
@@ -182,9 +182,9 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
182182
| cluster.primaryUpdateStrategy | string | `"unsupervised"` | Strategy to follow to upgrade the primary server during a rolling update procedure, after all replicas have been successfully updated: it can be automated (unsupervised - default) or manual (supervised) |
183183
| cluster.priorityClassName | string | `""` | |
184184
| cluster.resources | object | `{}` | Resources requirements of every generated Pod. Please refer to https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more information. We strongly advise you use the same setting for limits and requests so that your cluster pods are given a Guaranteed QoS. See: https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/ |
185-
| cluster.services | object | `{}` | Customization of service definions. Please refer to https://cloudnative-pg.io/documentation/current/service_management/ |
186185
| cluster.roles | list | `[]` | This feature enables declarative management of existing roles, as well as the creation of new roles if they are not already present in the database. See: https://cloudnative-pg.io/documentation/current/declarative_role_management/ |
187186
| cluster.serviceAccountTemplate | object | `{}` | Configure the metadata of the generated service account |
187+
| cluster.services | object | `{}` | Customization of service definions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/ |
188188
| cluster.storage.size | string | `"8Gi"` | |
189189
| cluster.storage.storageClass | string | `""` | |
190190
| cluster.superuserSecret | string | `""` | |
@@ -282,5 +282,3 @@ TODO
282282
* IAM Role for S3 Service Account
283283
* Automatic provisioning of a Alert Manager configuration
284284

285-
----------------------------------------------
286-
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/cluster/values.schema.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@
106106
"bucket": {
107107
"type": "string"
108108
},
109+
"inheritFromIAMRole": {
110+
"type": "boolean"
111+
},
109112
"path": {
110113
"type": "string"
111114
},
@@ -294,10 +297,10 @@
294297
"roles": {
295298
"type": "array"
296299
},
297-
"services": {
300+
"serviceAccountTemplate": {
298301
"type": "object"
299302
},
300-
"serviceAccountTemplate": {
303+
"services": {
301304
"type": "object"
302305
},
303306
"storage": {
@@ -541,6 +544,9 @@
541544
"bucket": {
542545
"type": "string"
543546
},
547+
"inheritFromIAMRole": {
548+
"type": "boolean"
549+
},
544550
"path": {
545551
"type": "string"
546552
},

0 commit comments

Comments
 (0)