Skip to content

Commit 7b7fb80

Browse files
committed
Release edb-postgres-distributed-for-kubernetes-v2.0.0
Signed-off-by: huyantian <yantian.hu@enterprisedb.com>
1 parent a6dbd12 commit 7b7fb80

File tree

13 files changed

+4076
-604
lines changed

13 files changed

+4076
-604
lines changed

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

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,30 @@ 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.2.0"
20+
version: "2.0.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.2.0"
26-
25+
appVersion: "2.0.0-rc1"
2726
dependencies:
28-
- name: "cert-manager"
29-
condition: cert-manager.enabled
30-
version: "1.16.1"
31-
repository: "https://charts.jetstack.io"
32-
- name: "edb-postgres-for-kubernetes-lts"
33-
condition: edb-postgres-for-kubernetes-lts.enabled
34-
version: "0.28.0"
35-
27+
- name: "cert-manager"
28+
condition: cert-manager.enabled
29+
version: "1.16.1"
30+
repository: "https://charts.jetstack.io"
31+
- name: "edb-postgres-for-kubernetes-lts"
32+
condition: edb-postgres-for-kubernetes-lts.enabled
33+
version: "0.28.1"
3634
sources:
3735
- https://github.com/EnterpriseDB/edb-postgres-for-kubernetes-charts
3836
keywords:
39-
- pgd
40-
- distributed
41-
- postgresql
42-
- postgres
43-
- database
44-
- edb
45-
- enterprisedb
37+
- pgd
38+
- distributed
39+
- postgresql
40+
- postgres
41+
- database
42+
- edb
43+
- enterprisedb
4644
home: https://www.enterprisedb.com/products/postgresql-on-kubernetes-ha-clusters-k8s-containers-scalable
4745
maintainers:
4846
- name: gbartolini

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

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

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

55
EDB Postgres Distributed for Kubernetes Helm Chart
66

@@ -24,7 +24,7 @@ EDB Postgres Distributed for Kubernetes Helm Chart
2424

2525
| Repository | Name | Version |
2626
|------------|------|---------|
27-
| | edb-postgres-for-kubernetes-lts | 0.28.0 |
27+
| | edb-postgres-for-kubernetes-lts | 0.28.1 |
2828
| https://charts.jetstack.io | cert-manager | 1.16.1 |
2929

3030
## Values
@@ -39,20 +39,18 @@ EDB Postgres Distributed for Kubernetes Helm Chart
3939
| commonAnnotations | object | `{}` | Annotations to be added to all other resources |
4040
| 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) |
4141
| 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 |
4342
| config.data.PULL_SECRET_NAME | string | `"edb-pull-secret"` | |
4443
| config.name | string | `"pgd-operator-controller-manager-config"` | |
4544
| config.secret | bool | `false` | Specifies whether it should be stored in a secret, instead of a configmap |
46-
| containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsGroup":10001,"runAsUser":10001}` | Container Security Context |
45+
| containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsGroup":10001,"runAsUser":10001,"seccompProfile":{"type":"RuntimeDefault"}}` | Container Security Context |
4746
| crds.create | bool | `true` | |
4847
| dnsPolicy | string | `""` | |
4948
| edb-postgres-for-kubernetes-lts.crds.create | bool | `true` | |
5049
| edb-postgres-for-kubernetes-lts.enabled | bool | `true` | |
5150
| edb-postgres-for-kubernetes-lts.image.repository | string | `""` | Specifies the repository of the pg4k operator image, this will overwrite the global repository |
5251
| 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 |
5654
| global.repository | string | `"docker.enterprisedb.com/k8s"` | Specifies the repository where the operator and operand image to be downloaded from |
5755
| hostNetwork | bool | `false` | |
5856
| image | object | `{"imageCredentials":{"create":true,"name":"edb-pull-secret","password":"","registry":"docker.enterprisedb.com","username":"k8s"},"imageName":"edb-postgres-for-cloudnativepg-global-cluster","imagePullPolicy":"IfNotPresent","imageTag":"","repository":""}` | operator image configuration |
@@ -66,6 +64,8 @@ EDB Postgres Distributed for Kubernetes Helm Chart
6664
| managerConfig.data.leaderElection.resourceName | string | `"e72f3162.k8s.enterprisedb.io"` | |
6765
| managerConfig.data.metrics.bindAddress | string | `"127.0.0.1:8080"` | |
6866
| managerConfig.name | string | `"pgd-operator-manager-config"` | |
67+
| monitoringConfigMap.create | bool | `true` | Specifies whether the default monitoring ConfigMap should be created |
68+
| monitoringConfigMap.name | string | `"pgd-operator-default-monitoring"` | Name of the monitoring queries ConfigMap |
6969
| nameOverride | string | `""` | |
7070
| nodeSelector | object | `{}` | Nodeselector for the operator to be installed |
7171
| podAnnotations | object | `{}` | Annotations to be added to the pod |

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.28.0"
20+
version: "0.28.1"
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.28.0"
25+
appVersion: "1.28.1"
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: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)