You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| certificates.client.clientCASecret | string |`""`| name of existing Kubernetes Secret for the postgresql client Certificate Authority cert, ignored if certificates.generate is true |
@@ -32,7 +32,6 @@ Create postgres tenant clusters managed by the CNPG Operator
32
32
| externalClusters | list |`[]`||
33
33
| imageCatalog.create | bool |`true`| Whether to provision an image catalog. If imageCatalog.images is empty this option will be ignored. |
34
34
| imageCatalog.images | list |`[]`| List of images to be provisioned in an image catalog. |
35
-
| imageName | string |`"ghcr.io/cloudnative-pg/postgresql:17.0"`| image to use for all tenant pods |
36
35
| instances | int |`3`| number of postgres replicas minimum 1 required |
37
36
| managed | object |`{"roles":[]}`| See https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-RoleConfiguration for explanation of all options |
38
37
| monitoring.enablePodMonitor | bool |`false`| enable monitoring via Prometheus |
@@ -48,6 +47,7 @@ Create postgres tenant clusters managed by the CNPG Operator
48
47
| superuserSecret | string |`""`| name of existing secret to use as superuser redentials will be randomly generated if not specified. |
49
48
| testApp.enabled | bool |`false`||
50
49
| type | string |`"postgresql"`| Type of the CNPG database. Available types: * `postgresql` * `postgis` * `timescaledb`|
50
+
| version.postgresql | int |`17`| version of postgres to run in all tenant pods |
51
51
52
52
----------------------------------------------
53
53
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
0 commit comments