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
* Release edb-postgres-distributed-for-kubernetes-v1.1.0
Signed-off-by: Tao Li <tao.li@enterprisedb.com>
Signed-off-by: YanniHu1996 <yantian.hu@enterprisedb.com>
Co-authored-by: Tao Li <tao.li@enterprisedb.com>
Co-authored-by: YanniHu1996 <yantian.hu@enterprisedb.com>
| commonAnnotations | object |`{}`| Annotations to be added to all other resources |
39
-
| config.create | bool |`true`| Specifies whether the secret should be created|
40
-
| 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 |
41
-
| 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|
39
+
| 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)|
40
+
| 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 |
41
+
| config.data.PGD_PROXY_IMAGE_NAME | string |`""`| Specifies the location of the pgd-proxy image (include path) to be used for the operatorthis 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|
51
51
| fullnameOverride | string |`""`||
52
-
| global | object |`{"repository":"docker.enterprisedb.com/k8s_enterprise_pgd"}`| Global values |
53
-
| 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
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 | 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 | 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 |
55
+
| global.repository | string |`"docker.enterprisedb.com/k8s_enterprise_pgd"`| Specifies the repository where the operator and operand image to be downloaded fromrepository: docker.enterprisedb.com/k8s_standard_pgd |
Copy file name to clipboardExpand all lines: charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts/templates/_helpers.tpl
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,14 @@ namespace scope or clusterwide
232
232
- get
233
233
- patch
234
234
- update
235
+
- apiGroups:
236
+
- postgresql.k8s.enterprisedb.io
237
+
resources:
238
+
- imagecatalogs
239
+
verbs:
240
+
- get
241
+
- list
242
+
- watch
235
243
- apiGroups:
236
244
- postgresql.k8s.enterprisedb.io
237
245
resources:
@@ -293,6 +301,14 @@ Define the set of rules that must be applied clusterwide
0 commit comments