Skip to content

Commit 6ffa3f0

Browse files
Release edb-postgres-distributed-for-kubernetes-v1.1.1 (#187)
1 parent ff8141e commit 6ffa3f0

File tree

13 files changed

+343
-16
lines changed

13 files changed

+343
-16
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ helm upgrade --dependency-update \
263263
--create-namespace \
264264
--set image.imageCredentials.username=k8s_enterprise_pgd \
265265
--set image.imageCredentials.password=<THE-TOKEN> \
266-
--set global.pgdImageName=edb-postgres-advanced-pgd:16.4.1-5.5.1-1 \
267-
--set global.proxyImageName=edb-pgd-proxy:5.5.0 \
266+
--set global.pgdImageName=edb-postgres-advanced-pgd:16.8.0-5.7.0-1 \
267+
--set global.proxyImageName=edb-pgd-proxy:5.7.0-1 \
268268
edb/edb-postgres-distributed-for-kubernetes
269269
```
270270

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ 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.1.0"
20+
version: "1.1.1"
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.1.0"
25+
appVersion: "1.1.1"
2626

2727
dependencies:
2828
- name: "cert-manager"
@@ -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.25.0"
34+
version: "0.25.1"
3535

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

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

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# edb-postgres-distributed-for-kubernetes
22

3-
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)
3+
![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)
44

55
EDB Postgres Distributed for Kubernetes Helm Chart
66

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

2424
| Repository | Name | Version |
2525
|------------|------|---------|
26-
| | edb-postgres-for-kubernetes-lts | 0.25.0 |
26+
| | edb-postgres-for-kubernetes-lts | 0.25.1 |
2727
| https://charts.jetstack.io | cert-manager | 1.16.1 |
2828

2929
## Values
@@ -49,9 +49,9 @@ EDB Postgres Distributed for Kubernetes Helm Chart
4949
| edb-postgres-for-kubernetes-lts.enabled | bool | `true` | |
5050
| edb-postgres-for-kubernetes-lts.image.repository | string | `""` | Specifies the repository of the pg4k operator image, this will overwrite the global repository |
5151
| fullnameOverride | string | `""` | |
52-
| global | object | `{"pgdImageName":"postgresql-pgd:17.2-5.6.1-1","proxyImageName":"edb-pgd-proxy:5.6.0","repository":"docker.enterprisedb.com/k8s_enterprise_pgd"}` | Global values |
53-
| global.pgdImageName | string | `"postgresql-pgd:17.2-5.6.1-1"` | Specifies the pgd image name to be used for the operator, the image will be downloaded from global repository |
54-
| global.proxyImageName | string | `"edb-pgd-proxy:5.6.0"` | Specifies the pgd-proxy image name to be used for the operator, the image will be downloaded from global repository |
52+
| global | object | `{"pgdImageName":"postgresql-pgd:17.4-5.7.0-1","proxyImageName":"edb-pgd-proxy:5.7.0-1","repository":"docker.enterprisedb.com/k8s_enterprise_pgd"}` | Global values |
53+
| global.pgdImageName | string | `"postgresql-pgd:17.4-5.7.0-1"` | Specifies the pgd image name to be used for the operator, the image will be downloaded from global repository |
54+
| global.proxyImageName | string | `"edb-pgd-proxy:5.7.0-1"` | Specifies the pgd-proxy image name to be used for the operator, the image will be downloaded from global repository |
5555
| global.repository | string | `"docker.enterprisedb.com/k8s_enterprise_pgd"` | Specifies the repository where the operator and operand image to be downloaded from repository: docker.enterprisedb.com/k8s_standard_pgd |
5656
| hostNetwork | bool | `false` | |
5757
| image | object | `{"imageCredentials":{"create":true,"name":"edb-pull-secret","password":"","registry":"docker.enterprisedb.com","username":""},"imageName":"pg4k-pgd","imagePullPolicy":"IfNotPresent","imageTag":"","repository":""}` | operator image configuration |
@@ -88,6 +88,8 @@ EDB Postgres Distributed for Kubernetes Helm Chart
8888
| webhook.port | int | `9443` | |
8989
| webhook.readinessProbe.initialDelaySeconds | int | `15` | |
9090
| webhook.readinessProbe.periodSeconds | int | `20` | |
91+
| webhook.startupProbe.failureThreshold | int | `6` | |
92+
| webhook.startupProbe.periodSeconds | int | `5` | |
9193
| webhook.validating.create | bool | `true` | |
9294
| webhook.validating.failurePolicy | string | `"Fail"` | |
9395

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

+2-2
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.25.0"
20+
version: "0.25.1"
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.25.0"
25+
appVersion: "1.25.1"
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# edb-postgres-for-kubernetes-lts
22

3-
![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.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)
3+
![Version: 0.25.1](https://img.shields.io/badge/Version-0.25.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.1](https://img.shields.io/badge/AppVersion-1.25.1-informational?style=flat-square)
44

55
EDB Postgres for Kubernetes LTS release Helm Chart
66

@@ -69,5 +69,5 @@ EDB Postgres for Kubernetes LTS release Helm Chart
6969
| serviceAccount.create | bool | `true` | Specifies whether the service account should be created |
7070
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
7171
| tolerations | list | `[]` | Tolerations for the operator to be installed |
72-
| webhook | object | `{"livenessProbe":{"initialDelaySeconds":3},"mutating":{"create":true,"failurePolicy":"Fail"},"port":9443,"readinessProbe":{"initialDelaySeconds":3},"validating":{"create":true,"failurePolicy":"Fail"}}` | The webhook configuration. |
72+
| webhook | object | `{"livenessProbe":{"initialDelaySeconds":3},"mutating":{"create":true,"failurePolicy":"Fail"},"port":9443,"readinessProbe":{"initialDelaySeconds":3},"startupProbe":{"failureThreshold":6,"periodSeconds":5},"validating":{"create":true,"failurePolicy":"Fail"}}` | The webhook configuration. |
7373

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

+11
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,17 @@ spec:
116116
{{- toYaml .Values.resources | nindent 10 }}
117117
securityContext:
118118
{{- toYaml .Values.containerSecurityContext | nindent 10 }}
119+
startupProbe:
120+
{{- if .Values.webhook.startupProbe.failureThreshold }}
121+
failureThreshold: {{ .Values.webhook.startupProbe.failureThreshold }}
122+
{{- end }}
123+
httpGet:
124+
path: /readyz
125+
port: {{ .Values.webhook.port }}
126+
scheme: HTTPS
127+
{{- if .Values.webhook.startupProbe.periodSeconds }}
128+
periodSeconds: {{ .Values.webhook.startupProbe.periodSeconds }}
129+
{{- end }}
119130
volumeMounts:
120131
- mountPath: /controller
121132
name: scratch-data

charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts/values.schema.json

+11
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,17 @@
280280
}
281281
}
282282
},
283+
"startupProbe": {
284+
"type": "object",
285+
"properties": {
286+
"failureThreshold": {
287+
"type": "integer"
288+
},
289+
"periodSeconds": {
290+
"type": "integer"
291+
}
292+
}
293+
},
283294
"validating": {
284295
"type": "object",
285296
"properties": {

charts/edb-postgres-distributed-for-kubernetes/charts/edb-postgres-for-kubernetes-lts/values.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ webhook:
6363
initialDelaySeconds: 3
6464
readinessProbe:
6565
initialDelaySeconds: 3
66+
startupProbe:
67+
failureThreshold: 6
68+
periodSeconds: 5
6669

6770
# Operator configuration
6871
config:

0 commit comments

Comments
 (0)