Skip to content

Release edb-postgres-distributed-for-kubernetes-v1.1.2 #192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,15 @@ helm upgrade --dependency-update \
--create-namespace \
--set image.imageCredentials.username=k8s_enterprise_pgd \
--set image.imageCredentials.password=<THE-TOKEN> \
--set global.pgdImageName=edb-postgres-advanced-pgd:16.8.0-5.7.0-1 \
--set global.proxyImageName=edb-pgd-proxy:5.7.0-1 \
--set global.pgdImageName=edb-postgres-advanced-pgd:17.5-pgd581-ubi9 \
--set global.proxyImageName=edb-pgd-proxy:5.8.1-ubi9 \
edb/edb-postgres-distributed-for-kubernetes
```

**Note:** You can find more latest released image catalogs for operand from
[PGD Operand images](https://www.enterprisedb.com/docs/postgres_distributed_for_kubernetes/latest/supported_versions/#pgd-operand-images)


## Deployment using local chart

### Deployment PG4K using local chart
Expand Down
6 changes: 3 additions & 3 deletions charts/edb-postgres-distributed-for-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ name: edb-postgres-distributed-for-kubernetes
description: EDB Postgres Distributed for Kubernetes Helm Chart
icon: https://www.enterprisedb.com/themes/custom/edb_bootstrap_sass/edb-logo-disc-dark-2.svg
type: application
version: "1.1.1"
version: "1.1.2"
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.1.1"
appVersion: "1.1.2"

dependencies:
- name: "cert-manager"
Expand All @@ -31,7 +31,7 @@ dependencies:
repository: "https://charts.jetstack.io"
- name: "edb-postgres-for-kubernetes-lts"
condition: edb-postgres-for-kubernetes-lts.enabled
version: "0.25.1"
version: "0.26.0"

sources:
- https://github.com/EnterpriseDB/edb-postgres-for-kubernetes-charts
Expand Down
4 changes: 2 additions & 2 deletions charts/edb-postgres-distributed-for-kubernetes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# edb-postgres-distributed-for-kubernetes

![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)
![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)

EDB Postgres Distributed for Kubernetes Helm Chart

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

| Repository | Name | Version |
|------------|------|---------|
| | edb-postgres-for-kubernetes-lts | 0.25.1 |
| | edb-postgres-for-kubernetes-lts | 0.26.0 |
| https://charts.jetstack.io | cert-manager | 1.16.1 |

## Values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ name: edb-postgres-for-kubernetes-lts
description: EDB Postgres for Kubernetes LTS release Helm Chart
icon: https://www.enterprisedb.com/themes/custom/edb_bootstrap_sass/edb-logo-disc-dark-2.svg
type: application
version: "0.25.1"
version: "0.26.0"
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.25.1"
appVersion: "1.26.0"
sources:
- https://github.com/EnterpriseDB/edb-postgres-for-kubernetes-charts/tree/main/charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts
keywords:
Expand Down

Large diffs are not rendered by default.

Loading