Skip to content

Commit

Permalink
Release cluster-v0.2.1 (#508)
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Grudev <[email protected]>
Co-authored-by: Itay Grudev <[email protected]>
  • Loading branch information
github-actions[bot] and itay-grudev authored Feb 2, 2025
1 parent 0a6940f commit b7fe14f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: cluster
description: Deploys and manages a CloudNativePG cluster and its associated resources.
icon: https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg
type: application
version: 0.2.0
version: 0.2.1
sources:
- https://github.com/cloudnative-pg/charts
keywords:
Expand Down
8 changes: 3 additions & 5 deletions charts/cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cluster

![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)
![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)

> **Warning**
> ### This chart is under active development.
Expand Down Expand Up @@ -100,7 +100,7 @@ below. Refer to the table for the full list of parameters and place the configur
Recovery
--------

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

Examples
--------
Expand Down Expand Up @@ -182,9 +182,9 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
| 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) |
| cluster.priorityClassName | string | `""` | |
| 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/ |
| cluster.services | object | `{}` | Customization of service definions. Please refer to https://cloudnative-pg.io/documentation/current/service_management/ |
| 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/ |
| cluster.serviceAccountTemplate | object | `{}` | Configure the metadata of the generated service account |
| cluster.services | object | `{}` | Customization of service definions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/ |
| cluster.storage.size | string | `"8Gi"` | |
| cluster.storage.storageClass | string | `""` | |
| cluster.superuserSecret | string | `""` | |
Expand Down Expand Up @@ -282,5 +282,3 @@ TODO
* IAM Role for S3 Service Account
* Automatic provisioning of a Alert Manager configuration

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
10 changes: 8 additions & 2 deletions charts/cluster/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
"bucket": {
"type": "string"
},
"inheritFromIAMRole": {
"type": "boolean"
},
"path": {
"type": "string"
},
Expand Down Expand Up @@ -294,10 +297,10 @@
"roles": {
"type": "array"
},
"services": {
"serviceAccountTemplate": {
"type": "object"
},
"serviceAccountTemplate": {
"services": {
"type": "object"
},
"storage": {
Expand Down Expand Up @@ -541,6 +544,9 @@
"bucket": {
"type": "string"
},
"inheritFromIAMRole": {
"type": "boolean"
},
"path": {
"type": "string"
},
Expand Down

0 comments on commit b7fe14f

Please sign in to comment.