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
Create postgres tenant clusters managed by the CNPG Operator
6
6
@@ -9,7 +9,7 @@ Create postgres tenant clusters managed by the CNPG Operator
9
9
| Name | Email | Url |
10
10
| ---- | ------ | --- |
11
11
| cloudymax ||<https://github.com/cloudymax>|
12
-
| jessebot ||<https://github.com/jessebot>|
12
+
| jessebot ||<https://jessebot.work>|
13
13
14
14
## Values
15
15
@@ -31,7 +31,7 @@ Create postgres tenant clusters managed by the CNPG Operator
31
31
| externalClusters | list |`[]`||
32
32
| imageCatalog.create | bool |`true`| Whether to provision an image catalog. If imageCatalog.images is empty this option will be ignored. |
33
33
| 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 |
35
35
| instances | int |`3`| number of postgres replicas minimum 1 required |
36
36
| managed | object |`{"roles":[]}`| See https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-RoleConfiguration for explanation of all options |
37
37
| monitoring.enablePodMonitor | bool |`false`| enable monitoring via Prometheus |
0 commit comments