File tree Expand file tree Collapse file tree 7 files changed +2629
-254
lines changed
charts/edb-postgres-distributed-for-kubernetes
charts/edb-postgres-for-kubernetes-lts Expand file tree Collapse file tree 7 files changed +2629
-254
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies:
31
31
repository : " https://charts.jetstack.io"
32
32
- name : " edb-postgres-for-kubernetes-lts"
33
33
condition : edb-postgres-for-kubernetes-lts.enabled
34
- version : " 0.22.1 "
34
+ version : " 0.22.2 "
35
35
36
36
sources :
37
37
- https://github.com/EnterpriseDB/edb-postgres-for-kubernetes-charts
Original file line number Diff line number Diff line change 1
1
# edb-postgres-distributed-for-kubernetes
2
2
3
- ![ Version: 1.0.2 ] ( https://img.shields.io/badge/Version-1.0.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.0.1] ( https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square )
3
+ ![ Version: 1.0.3 ] ( https://img.shields.io/badge/Version-1.0.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.0.1] ( https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square )
4
4
5
5
EDB Postgres Distributed for Kubernetes Helm Chart
6
6
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ name: edb-postgres-for-kubernetes-lts
17
17
description : EDB Postgres for Kubernetes LTS release 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.22.2 "
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.22.7 "
25
+ appVersion : " 1.22.8 "
26
26
sources :
27
27
- https://github.com/EnterpriseDB/edb-postgres-for-kubernetes-charts/tree/main/charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts
28
28
keywords :
Original file line number Diff line number Diff line change 1
1
# edb-postgres-for-kubernetes-lts
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.22.7 ] ( https://img.shields.io/badge/AppVersion-1.22.7 -informational?style=flat-square )
3
+ ![ Version: 0.22.2 ] ( https://img.shields.io/badge/Version-0.22.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.22.8 ] ( https://img.shields.io/badge/AppVersion-1.22.8 -informational?style=flat-square )
4
4
5
5
EDB Postgres for Kubernetes LTS release Helm Chart
6
6
Original file line number Diff line number Diff line change @@ -207,8 +207,11 @@ namespace scope or clusterwide
207
207
resources:
208
208
- backups
209
209
- clusters
210
+ - databases
210
211
- poolers
212
+ - publications
211
213
- scheduledbackups
214
+ - subscriptions
212
215
verbs:
213
216
- create
214
217
- delete
@@ -221,7 +224,10 @@ namespace scope or clusterwide
221
224
- postgresql.k8s.enterprisedb.io
222
225
resources:
223
226
- backups/status
227
+ - databases/status
228
+ - publications/status
224
229
- scheduledbackups/status
230
+ - subscriptions/status
225
231
verbs:
226
232
- get
227
233
- patch
You can’t perform that action at this time.
0 commit comments