Skip to content

Commit 9477538

Browse files
Release edb-postgres-for-kubernetes-v0.23.0 (#182)
Signed-off-by: Tao Li <tao.li@enterprisedb.com> Co-authored-by: Tao Li <tao.li@enterprisedb.com>
1 parent dfc35aa commit 9477538

File tree

5 files changed

+1264
-122
lines changed

5 files changed

+1264
-122
lines changed

charts/edb-postgres-for-kubernetes/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
1717
description: EDB Postgres 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: "0.22.1"
20+
version: "0.23.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.24.1"
25+
appVersion: "1.25.0"
2626
sources:
2727
- https://github.com/EnterpriseDB/edb-postgres-for-kubernetes-charts
2828
keywords:

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

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

3-
![Version: 0.22.1](https://img.shields.io/badge/Version-0.22.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24.1](https://img.shields.io/badge/AppVersion-1.24.1-informational?style=flat-square)
3+
![Version: 0.23.0](https://img.shields.io/badge/Version-0.23.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 Helm Chart
66

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,11 @@ namespace scope or clusterwide
196196
resources:
197197
- backups
198198
- clusters
199+
- databases
199200
- poolers
201+
- publications
200202
- scheduledbackups
203+
- subscriptions
201204
verbs:
202205
- create
203206
- delete
@@ -210,7 +213,10 @@ namespace scope or clusterwide
210213
- postgresql.k8s.enterprisedb.io
211214
resources:
212215
- backups/status
216+
- databases/status
217+
- publications/status
213218
- scheduledbackups/status
219+
- subscriptions/status
214220
verbs:
215221
- get
216222
- patch

0 commit comments

Comments
 (0)