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
| edb-postgres-for-kubernetes-lts.image.repository | string |`""`| Specifies the repository of the pg4k operator image, this will overwrite the global repository |
51
51
| fullnameOverride | string |`""`||
52
-
| global | object |`{"pgdImageName":"postgresql-pgd:17.2-5.6.1-1","proxyImageName":"edb-pgd-proxy:5.6.0","repository":"docker.enterprisedb.com/k8s_enterprise_pgd"}`| Global values |
53
-
| global.pgdImageName | string |`"postgresql-pgd:17.2-5.6.1-1"`| Specifies the pgd image name to be used for the operator, the image will be downloaded from global repository |
54
-
| global.proxyImageName | string |`"edb-pgd-proxy:5.6.0"`| Specifies the pgd-proxy image name to be used for the operator, the image will be downloaded from global repository |
52
+
| global | object |`{"pgdImageName":"postgresql-pgd:17.4-5.7.0-1","proxyImageName":"edb-pgd-proxy:5.7.0-1","repository":"docker.enterprisedb.com/k8s_enterprise_pgd"}`| Global values |
53
+
| global.pgdImageName | string |`"postgresql-pgd:17.4-5.7.0-1"`| Specifies the pgd image name to be used for the operator, the image will be downloaded from global repository |
54
+
| global.proxyImageName | string |`"edb-pgd-proxy:5.7.0-1"`| Specifies the pgd-proxy image name to be used for the operator, the image will be downloaded from global repository |
55
55
| global.repository | string |`"docker.enterprisedb.com/k8s_enterprise_pgd"`| Specifies the repository where the operator and operand image to be downloaded from repository: docker.enterprisedb.com/k8s_standard_pgd |
| serviceAccount.create | bool |`true`| Specifies whether the service account should be created |
70
70
| 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 |
71
71
| tolerations | list |`[]`| Tolerations for the operator to be installed |
72
-
| webhook | object |`{"livenessProbe":{"initialDelaySeconds":3},"mutating":{"create":true,"failurePolicy":"Fail"},"port":9443,"readinessProbe":{"initialDelaySeconds":3},"validating":{"create":true,"failurePolicy":"Fail"}}`| The webhook configuration. |
72
+
| webhook | object |`{"livenessProbe":{"initialDelaySeconds":3},"mutating":{"create":true,"failurePolicy":"Fail"},"port":9443,"readinessProbe":{"initialDelaySeconds":3},"startupProbe":{"failureThreshold":6,"periodSeconds":5},"validating":{"create":true,"failurePolicy":"Fail"}}`| The webhook configuration. |
Copy file name to clipboardExpand all lines: charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts/templates/deployment.yaml
0 commit comments