Skip to content

Commit e131d29

Browse files
committed
update helm-docs readme
1 parent cae4c3d commit e131d29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/cloudnative-pg-cluster/README.md

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

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

55
Create postgres tenant clusters managed by the CNPG Operator
66

@@ -9,7 +9,7 @@ Create postgres tenant clusters managed by the CNPG Operator
99
| Name | Email | Url |
1010
| ---- | ------ | --- |
1111
| cloudymax | | <https://github.com/cloudymax> |
12-
| jessebot | | <https://github.com/jessebot> |
12+
| jessebot | | <https://jessebot.work> |
1313

1414
## Values
1515

@@ -31,7 +31,7 @@ Create postgres tenant clusters managed by the CNPG Operator
3131
| externalClusters | list | `[]` | |
3232
| imageCatalog.create | bool | `true` | Whether to provision an image catalog. If imageCatalog.images is empty this option will be ignored. |
3333
| imageCatalog.images | list | `[]` | List of images to be provisioned in an image catalog. |
34-
| imageName | string | `"ghcr.io/cloudnative-pg/postgresql:16.0"` | image to use for all tenant pods |
34+
| imageName | string | `"ghcr.io/cloudnative-pg/postgresql:17.0"` | image to use for all tenant pods |
3535
| instances | int | `3` | number of postgres replicas minimum 1 required |
3636
| managed | object | `{"roles":[]}` | See https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-RoleConfiguration for explanation of all options |
3737
| monitoring.enablePodMonitor | bool | `false` | enable monitoring via Prometheus |

0 commit comments

Comments
 (0)