Skip to content

Commit e6853d4

Browse files
Run make again
1 parent 7117d8c commit e6853d4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

charts/cloudnative-pg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ CloudNativePG Operator Helm Chart
7777
| serviceAccount.create | bool | `true` | Specifies whether the service account should be created. |
7878
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template. |
7979
| tolerations | list | `[]` | Tolerations for the operator to be installed. |
80-
| updateStrategy | object | `{}` | Update strategy for the operator. |
80+
| updateStrategy | object | `{}` | Update strategy for the operator. ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy For example: type: RollingUpdate rollingUpdate: maxSurge: 25% maxUnavailable: 25% |
8181
| webhook | object | `{"livenessProbe":{"initialDelaySeconds":3},"mutating":{"create":true,"failurePolicy":"Fail"},"port":9443,"readinessProbe":{"initialDelaySeconds":3},"validating":{"create":true,"failurePolicy":"Fail"}}` | The webhook configuration. |
8282

8383
----------------------------------------------

charts/cloudnative-pg/values.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@
246246
"tolerations": {
247247
"type": "array"
248248
},
249+
"updateStrategy": {
250+
"type": "object"
251+
},
249252
"webhook": {
250253
"type": "object",
251254
"properties": {

charts/cluster/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66

77

8-
![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)
8+
![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)
9+
910

1011
> **Warning**
1112
> ### This chart is under active development.
@@ -111,6 +112,7 @@ Recovery
111112

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

115+
114116
Examples
115117
--------
116118

@@ -299,3 +301,7 @@ TODO
299301
* IAM Role for S3 Service Account
300302
* Automatic provisioning of a Alert Manager configuration
301303

304+
305+
306+
----------------------------------------------
307+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 commit comments

Comments
 (0)