Skip to content

Commit 939f813

Browse files
github-actions[bot]litaocdlYanniHu1996
authored
Release edb-postgres-distributed-for-kubernetes-v1.1.0 (#183)
* 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>
1 parent 4d8ccf9 commit 939f813

File tree

11 files changed

+1581
-89
lines changed

11 files changed

+1581
-89
lines changed

charts/edb-postgres-distributed-for-kubernetes/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ name: edb-postgres-distributed-for-kubernetes
1717
description: EDB Postgres Distributed for Kubernetes Helm Chart
1818
icon: https://www.enterprisedb.com/themes/custom/edb_bootstrap_sass/edb-logo-disc-dark-2.svg
1919
type: application
20-
version: "1.0.3"
20+
version: "1.1.0"
2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "1.0.1"
25+
appVersion: "1.1.0"
2626

2727
dependencies:
2828
- name: "cert-manager"
@@ -31,7 +31,7 @@ dependencies:
3131
repository: "https://charts.jetstack.io"
3232
- name: "edb-postgres-for-kubernetes-lts"
3333
condition: edb-postgres-for-kubernetes-lts.enabled
34-
version: "0.22.2"
34+
version: "0.25.0"
3535

3636
sources:
3737
- https://github.com/EnterpriseDB/edb-postgres-for-kubernetes-charts

charts/edb-postgres-distributed-for-kubernetes/README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# edb-postgres-distributed-for-kubernetes
22

3-
![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square)
3+
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)
44

55
EDB Postgres Distributed for Kubernetes Helm Chart
66

@@ -23,7 +23,7 @@ EDB Postgres Distributed for Kubernetes Helm Chart
2323

2424
| Repository | Name | Version |
2525
|------------|------|---------|
26-
| | edb-postgres-for-kubernetes-lts | 0.22.1 |
26+
| | edb-postgres-for-kubernetes-lts | 0.25.0 |
2727
| https://charts.jetstack.io | cert-manager | 1.16.1 |
2828

2929
## Values
@@ -36,9 +36,9 @@ EDB Postgres Distributed for Kubernetes Helm Chart
3636
| cert-manager.enabled | bool | `true` | |
3737
| cert-manager.installCRDs | bool | `true` | |
3838
| 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 operator this will overwrite the global repository/proxyImageName |
4242
| config.data.PULL_SECRET_NAME | string | `"edb-pull-secret"` | |
4343
| config.name | string | `"pgd-operator-controller-manager-config"` | |
4444
| config.secret | bool | `false` | Specifies whether it should be stored in a secret, instead of a configmap |
@@ -47,22 +47,18 @@ EDB Postgres Distributed for Kubernetes Helm Chart
4747
| dnsPolicy | string | `""` | |
4848
| edb-postgres-for-kubernetes-lts.crds.create | bool | `true` | |
4949
| edb-postgres-for-kubernetes-lts.enabled | bool | `true` | |
50-
| edb-postgres-for-kubernetes-lts.image.repository | string | `""` | |
50+
| edb-postgres-for-kubernetes-lts.image.repository | string | `""` | Specifies the repository of the pg4k operator image, this will overwrite the global repository |
5151
| 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 from repository: docker.enterprisedb.com/k8s_standard_pgd |
5656
| hostNetwork | bool | `false` | |
57+
| image | object | `{"imageCredentials":{"create":true,"name":"edb-pull-secret","password":"","registry":"docker.enterprisedb.com","username":""},"imageName":"pg4k-pgd","imagePullPolicy":"IfNotPresent","imageTag":"","repository":""}` | operator image configuration |
5758
| image.imageCredentials.create | bool | `true` | Specifies if an imagePullSecret should be created |
58-
| image.imageCredentials.name | string | `"edb-pull-secret"` | |
59-
| image.imageCredentials.password | string | `""` | |
60-
| image.imageCredentials.registry | string | `"docker.enterprisedb.com"` | |
61-
| image.imageCredentials.username | string | `""` | |
6259
| image.imageName | string | `"pg4k-pgd"` | Specifies the name of the operator image to be pulled from repository |
63-
| image.imagePullPolicy | string | `"IfNotPresent"` | |
6460
| image.imageTag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
65-
| image.repository | string | `""` | |
61+
| image.repository | string | `""` | Specifies the repository of the pgd operator image, this will overwrite the global repository |
6662
| imagePullSecrets[0].name | string | `"edb-pull-secret"` | |
6763
| managerConfig.data.health.healthProbeBindAddress | string | `":9443"` | |
6864
| managerConfig.data.leaderElection.enabled | bool | `true` | |
@@ -94,3 +90,6 @@ EDB Postgres Distributed for Kubernetes Helm Chart
9490
| webhook.readinessProbe.periodSeconds | int | `20` | |
9591
| webhook.validating.create | bool | `true` | |
9692
| webhook.validating.failurePolicy | string | `"Fail"` | |
93+
94+
----------------------------------------------
95+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ name: edb-postgres-for-kubernetes-lts
1717
description: EDB Postgres for Kubernetes LTS release Helm Chart
1818
icon: https://www.enterprisedb.com/themes/custom/edb_bootstrap_sass/edb-logo-disc-dark-2.svg
1919
type: application
20-
version: "0.22.2"
20+
version: "0.25.0"
2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "1.22.8"
25+
appVersion: "1.25.0"
2626
sources:
2727
- https://github.com/EnterpriseDB/edb-postgres-for-kubernetes-charts/tree/main/charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts
2828
keywords:

charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# edb-postgres-for-kubernetes-lts
22

3-
![Version: 0.22.2](https://img.shields.io/badge/Version-0.22.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.22.8](https://img.shields.io/badge/AppVersion-1.22.8-informational?style=flat-square)
3+
![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.0](https://img.shields.io/badge/AppVersion-1.25.0-informational?style=flat-square)
44

55
EDB Postgres for Kubernetes LTS release Helm Chart
66

@@ -71,3 +71,5 @@ EDB Postgres for Kubernetes LTS release Helm Chart
7171
| tolerations | list | `[]` | Tolerations for the operator to be installed |
7272
| webhook | object | `{"livenessProbe":{"initialDelaySeconds":3},"mutating":{"create":true,"failurePolicy":"Fail"},"port":9443,"readinessProbe":{"initialDelaySeconds":3},"validating":{"create":true,"failurePolicy":"Fail"}}` | The webhook configuration. |
7373

74+
----------------------------------------------
75+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts/templates/_helpers.tpl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,14 @@ namespace scope or clusterwide
232232
- get
233233
- patch
234234
- update
235+
- apiGroups:
236+
- postgresql.k8s.enterprisedb.io
237+
resources:
238+
- imagecatalogs
239+
verbs:
240+
- get
241+
- list
242+
- watch
235243
- apiGroups:
236244
- postgresql.k8s.enterprisedb.io
237245
resources:
@@ -293,6 +301,14 @@ Define the set of rules that must be applied clusterwide
293301
verbs:
294302
- get
295303
- patch
304+
- apiGroups:
305+
- postgresql.k8s.enterprisedb.io
306+
resources:
307+
- clusterimagecatalogs
308+
verbs:
309+
- get
310+
- list
311+
- watch
296312
- apiGroups:
297313
- apiextensions.k8s.io
298314
resources:

0 commit comments

Comments
 (0)