Skip to content

Commit 09d1282

Browse files
github-actions[bot]YanniHu1996litaocdl
authored
Release edb-postgres-distributed-for-kubernetes-v1.1.2 (#192)
This pr upgrade the EDB Postgres Distributed for Kubernetes (PGD4K) helm to include PGD4K v1.1.2 and PG4K 1.26.0 release. Also upgrade the operand to 5.8.1. Signed-off-by: huyantian <yantian.hu@enterprisedb.com> Signed-off-by: Tao Li <tao.li@enterprisedb.com> Co-authored-by: huyantian <yantian.hu@enterprisedb.com> Co-authored-by: Tao Li <tao.li@enterprisedb.com>
1 parent 5b375c2 commit 09d1282

File tree

12 files changed

+602
-151
lines changed

12 files changed

+602
-151
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,15 @@ helm upgrade --dependency-update \
263263
--create-namespace \
264264
--set image.imageCredentials.username=k8s_enterprise_pgd \
265265
--set image.imageCredentials.password=<THE-TOKEN> \
266-
--set global.pgdImageName=edb-postgres-advanced-pgd:16.8.0-5.7.0-1 \
267-
--set global.proxyImageName=edb-pgd-proxy:5.7.0-1 \
266+
--set global.pgdImageName=edb-postgres-advanced-pgd:17.5-pgd581-ubi9 \
267+
--set global.proxyImageName=edb-pgd-proxy:5.8.1-ubi9 \
268268
edb/edb-postgres-distributed-for-kubernetes
269269
```
270270

271+
**Note:** You can find more latest released image catalogs for operand from
272+
[PGD Operand images](https://www.enterprisedb.com/docs/postgres_distributed_for_kubernetes/latest/supported_versions/#pgd-operand-images)
273+
274+
271275
## Deployment using local chart
272276

273277
### Deployment PG4K using local chart

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.1.1"
20+
version: "1.1.2"
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.1.1"
25+
appVersion: "1.1.2"
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.25.1"
34+
version: "0.26.0"
3535

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

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

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

3-
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.1-informational?style=flat-square)
3+
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.2](https://img.shields.io/badge/AppVersion-1.1.2-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.25.1 |
26+
| | edb-postgres-for-kubernetes-lts | 0.26.0 |
2727
| https://charts.jetstack.io | cert-manager | 1.16.1 |
2828

2929
## Values

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

0 commit comments

Comments
 (0)