Skip to content

Commit 4d8ccf9

Browse files
Release edb-postgres-distributed-for-kubernetes-v1.0.3 (#181)
* Reelase edb-postgres-distributed-for-kubernetes-v1.0.3 --------- Signed-off-by: YanniHu1996 <yantian.hu@enterprisedb.com> Co-authored-by: YanniHu1996 <yantian.hu@enterprisedb.com>
1 parent 9477538 commit 4d8ccf9

File tree

8 files changed

+2632
-254
lines changed

8 files changed

+2632
-254
lines changed

charts/edb-postgres-distributed-for-kubernetes/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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.0.2"
20+
version: "1.0.3"
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.
@@ -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.22.1"
34+
version: "0.22.2"
3535

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

charts/edb-postgres-distributed-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-distributed-for-kubernetes
22

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)
44

55
EDB Postgres Distributed for Kubernetes Helm Chart
66

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.22.1"
20+
version: "0.22.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.22.7"
25+
appVersion: "1.22.8"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# edb-postgres-for-kubernetes-lts
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.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)
44

55
EDB Postgres for Kubernetes LTS release Helm Chart
66

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,11 @@ namespace scope or clusterwide
207207
resources:
208208
- backups
209209
- clusters
210+
- databases
210211
- poolers
212+
- publications
211213
- scheduledbackups
214+
- subscriptions
212215
verbs:
213216
- create
214217
- delete
@@ -221,7 +224,10 @@ namespace scope or clusterwide
221224
- postgresql.k8s.enterprisedb.io
222225
resources:
223226
- backups/status
227+
- databases/status
228+
- publications/status
224229
- scheduledbackups/status
230+
- subscriptions/status
225231
verbs:
226232
- get
227233
- patch

charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts/templates/crds/crds.yaml

Lines changed: 2617 additions & 248 deletions
Large diffs are not rendered by default.

charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ spec:
3131
template:
3232
metadata:
3333
annotations:
34+
checksum/rbac: {{ include (print $.Template.BasePath "/rbac.yaml") . | sha256sum }}
3435
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
36+
checksum/monitoring-config: {{ include (print $.Template.BasePath "/monitoring-configmap.yaml") . | sha256sum }}
3537
{{- with .Values.podAnnotations }}
3638
{{- toYaml . | nindent 8 }}
3739
{{- end }}

charts/edb-postgres-distributed-for-kubernetes/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ spec:
3434
metadata:
3535
annotations:
3636
kubectl.kubernetes.io/default-container: manager
37+
checksum/rbac: {{ include (print $.Template.BasePath "/rbac.yaml") . | sha256sum }}
3738
checksum/config: {{ include (print $.Template.BasePath "/config.yaml") . | sha256sum }}
3839
{{- with .Values.podAnnotations }}
3940
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)