File tree Expand file tree Collapse file tree 5 files changed +1264
-122
lines changed
charts/edb-postgres-for-kubernetes Expand file tree Collapse file tree 5 files changed +1264
-122
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ name: edb-postgres-for-kubernetes
17
17
description : EDB Postgres for Kubernetes Helm Chart
18
18
icon : https://www.enterprisedb.com/themes/custom/edb_bootstrap_sass/edb-logo-disc-dark-2.svg
19
19
type : application
20
- version : " 0.22.1 "
20
+ version : " 0.23.0 "
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
23
23
# follow Semantic Versioning. They should reflect the version the application is using.
24
24
# It is recommended to use it with quotes.
25
- appVersion : " 1.24.1 "
25
+ appVersion : " 1.25.0 "
26
26
sources :
27
27
- https://github.com/EnterpriseDB/edb-postgres-for-kubernetes-charts
28
28
keywords :
Original file line number Diff line number Diff line change 1
1
# edb-postgres-for-kubernetes
2
2
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 )
4
4
5
5
EDB Postgres for Kubernetes Helm Chart
6
6
Original file line number Diff line number Diff line change @@ -196,8 +196,11 @@ namespace scope or clusterwide
196
196
resources:
197
197
- backups
198
198
- clusters
199
+ - databases
199
200
- poolers
201
+ - publications
200
202
- scheduledbackups
203
+ - subscriptions
201
204
verbs:
202
205
- create
203
206
- delete
@@ -210,7 +213,10 @@ namespace scope or clusterwide
210
213
- postgresql.k8s.enterprisedb.io
211
214
resources:
212
215
- backups/status
216
+ - databases/status
217
+ - publications/status
213
218
- scheduledbackups/status
219
+ - subscriptions/status
214
220
verbs:
215
221
- get
216
222
- patch
You can’t perform that action at this time.
0 commit comments