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
| commonAnnotations | object |`{}`| Annotations to be added to all other resources |
40
40
| config.create | bool |`true`| Specifies whether to enable the operator's configuration. Enabling this will create a ConfigMap or Secret (based on the 'secret' field) |
41
41
| config.data.PGD_IMAGE_NAME | string |`""`| Specifies the location of the pgd image (include path) to be used for the operator this will overwrite the global repository/pgdImageName |
42
-
| config.data.PGD_PROXY_IMAGE_NAME | string |`""`| Specifies the location of the pgd-proxy image (include path) to be used for the operator this will overwrite the global repository/proxyImageName |
| edb-postgres-for-kubernetes-lts.image.repository | string |`""`| Specifies the repository of the pg4k operator image, this will overwrite the global repository |
52
51
| fullnameOverride | string |`""`||
53
-
| global | object |`{"pgdImageName":"postgresql-pgd:17.7-pgd591-ubi9","proxyImageName":"edb-pgd-proxy:5.9.1-ubi9","repository":"docker.enterprisedb.com/k8s"}`| Global values |
54
-
| global.pgdImageName | string |`"postgresql-pgd:17.7-pgd591-ubi9"`| Specifies the pgd image name to be used for the operator, the image will be downloaded from global repository |
55
-
| global.proxyImageName | string |`"edb-pgd-proxy:5.9.1-ubi9"`| 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:18.1-pgd620-expanded-ubi9","repository":"docker.enterprisedb.com/k8s"}`| Global values |
53
+
| global.pgdImageName | string |`"postgresql-pgd:18.1-pgd620-expanded-ubi9"`| Specifies the pgd image name to be used for the operator, the image will be downloaded from global repository |
56
54
| global.repository | string |`"docker.enterprisedb.com/k8s"`| Specifies the repository where the operator and operand image to be downloaded from |
0 commit comments