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 |
38
38
| config.create | bool |`true`| Specifies whether the secret should be created |
39
-
| config.data.PGD_IMAGE_NAME | string |`"docker.enterprisedb.com/k8s_enterprise_pgd/postgresql-pgd:16.4-5.5.1-1"`| Specifies the location of the pgd image to be used for the operator docker.enterprisedb.com/k8s_standard_pgd/postgresql-pgd:16.4-5.5.1-1|
40
-
| config.data.PGD_PROXY_IMAGE_NAME | string |`"docker.enterprisedb.com/k8s_enterprise_pgd/edb-pgd-proxy:5.5.0"`| Specifies the location of the pgd-proxy image to be used for the operator docker.enterprisedb.com/k8s_standard_pgd/edb-pgd-proxy:5.5.0 |
39
+
| 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|
40
+
| config.data.PGD_PROXY_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|
| global | object |`{"repository":"docker.enterprisedb.com/k8s_enterprise_pgd"}`| Global values |
51
-
| global.repository | string |`"docker.enterprisedb.com/k8s_enterprise_pgd"`| Specifies the repository where the operator image to be downloaded from repository: docker.enterprisedb.com/k8s_standard_pgd |
51
+
| global.repository | string |`"docker.enterprisedb.com/k8s_enterprise_pgd"`| Specifies the repository where the operator image to be downloaded from. Another repository is: docker.enterprisedb.com/k8s_standard_pgd |
52
+
| global.pgdImageName | string | `"postgresql-pgd:16.4-5.5.1-1"` | Specifies the name of pgd image to be used for the operator, this image will be downloaded from
53
+
global repository |
54
+
| global.proxyImageName | string | `"edb-pgd-proxy:5.5.0"` | Specifies the name of pgd-proxy image to be used for the operator, this image will be downloaded from
55
+
global repository |
52
56
| image.imageCredentials.create | bool |`true`| Specifies if an imagePullSecret should be created |
0 commit comments