Skip to content

Commit 51b737e

Browse files
committed
chore: generate docs
Signed-off-by: YanniHu1996 <[email protected]>
1 parent d2da2de commit 51b737e

File tree

8 files changed

+60
-6
lines changed

8 files changed

+60
-6
lines changed

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

+8-4
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 |
52+
| global | object | `{"pgdImageName":"postgresql-pgd:17.2-5.6.1-1","proxyImageName":"edb-pgd-proxy:5.7.0-1","repository":"docker.enterprisedb.com/k8s_enterprise_pgd"}` | Global values |
5353
| 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 |
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,10 @@ 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

96+
----------------------------------------------
97+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

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:

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

+11
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,17 @@ spec:
119119
{{- toYaml .Values.resources | nindent 10 }}
120120
securityContext:
121121
{{- toYaml .Values.containerSecurityContext | nindent 10 }}
122+
startupProbe:
123+
{{- if .Values.webhook.startupProbe.failureThreshold }}
124+
failureThreshold: {{ .Values.webhook.startupProbe.failureThreshold }}
125+
{{- end }}
126+
httpGet:
127+
path: /readyz
128+
port: {{ .Values.webhook.port }}
129+
scheme: HTTPS
130+
{{- if .Values.webhook.startupProbe.periodSeconds }}
131+
periodSeconds: {{ .Values.webhook.startupProbe.periodSeconds }}
132+
{{- end }}
122133
volumeMounts:
123134
- mountPath: /controller
124135
name: scratch-data

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

+11
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,17 @@
339339
}
340340
}
341341
},
342+
"startupProbe": {
343+
"type": "object",
344+
"properties": {
345+
"failureThreshold": {
346+
"type": "integer"
347+
},
348+
"periodSeconds": {
349+
"type": "integer"
350+
}
351+
}
352+
},
342353
"validating": {
343354
"type": "object",
344355
"properties": {

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

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ webhook:
7575
readinessProbe:
7676
initialDelaySeconds: 15
7777
periodSeconds: 20
78+
startupProbe:
79+
failureThreshold: 6
80+
periodSeconds: 5
7881

7982
# Manager configuration
8083
managerConfig:

0 commit comments

Comments
 (0)