Skip to content

Commit

Permalink
Release edb-postgres-distributed-for-kubernetes-v0.2.4 (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Li <[email protected]>
Co-authored-by: Tao Li <[email protected]>
Co-authored-by: Jaime Silvela <[email protected]>
  • Loading branch information
3 people authored Apr 19, 2024
1 parent 661750b commit 4691fc8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
6 changes: 3 additions & 3 deletions charts/edb-postgres-distributed-for-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ name: edb-postgres-distributed-for-kubernetes
description: EDB Postgres Distributed for Kubernetes Helm Chart
icon: https://www.enterprisedb.com/themes/custom/edb_bootstrap_sass/edb-logo-disc-dark-2.svg
type: application
version: "0.2.3"
version: "0.2.4"
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.9.1"
appVersion: "0.9.2"

dependencies:
- name: "cert-manager"
Expand All @@ -31,7 +31,7 @@ dependencies:
repository: "https://charts.jetstack.io"
- name: "edb-postgres-for-kubernetes"
condition: edb-postgres-for-kubernetes.enabled
version: "0.20.2"
version: "0.20.3"
repository: "https://enterprisedb.github.io/edb-postgres-for-kubernetes-charts/"

sources:
Expand Down
8 changes: 4 additions & 4 deletions charts/edb-postgres-distributed-for-kubernetes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# edb-postgres-distributed-for-kubernetes

![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.1](https://img.shields.io/badge/AppVersion-0.9.1-informational?style=flat-square)
![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.2](https://img.shields.io/badge/AppVersion-0.9.2-informational?style=flat-square)

EDB Postgres Distributed for Kubernetes Helm Chart

Expand All @@ -24,7 +24,7 @@ EDB Postgres Distributed for Kubernetes Helm Chart
| Repository | Name | Version |
|------------|------|---------|
| https://charts.jetstack.io | cert-manager | 1.14.4 |
| https://enterprisedb.github.io/edb-postgres-for-kubernetes-charts/ | edb-postgres-for-kubernetes | 0.20.2 |
| https://enterprisedb.github.io/edb-postgres-for-kubernetes-charts/ | edb-postgres-for-kubernetes | 0.20.3 |

## Values

Expand All @@ -36,8 +36,8 @@ EDB Postgres Distributed for Kubernetes Helm Chart
| cert-manager.installCRDs | bool | `true` | |
| commonAnnotations | object | `{}` | Annotations to be added to all other resources |
| config.create | bool | `true` | Specifies whether the secret should be created |
| config.data.PGD_IMAGE_NAME | string | `"docker.enterprisedb.com/k8s_enterprise_pgd/postgresql-pgd:15.6-5.4.0-1"` | Specifies the location of the pgd image to be used for the operator docker.enterprisedb.com/k8s_standard_pgd/postgresql-pgd:15.6-5.4.0-1 |
| config.data.PGD_PROXY_IMAGE_NAME | string | `"docker.enterprisedb.com/k8s_enterprise_pgd/edb-pgd-proxy:5.4.0"` | Specifies the location of the pgd-proxy image to be used for the operator docker.enterprisedb.com/k8s_standard_pgd/edb-pgd-proxy:5.4.0 |
| config.data.PGD_IMAGE_NAME | string | `"docker.enterprisedb.com/k8s_enterprise_pgd/postgresql-pgd:16.2-5.4.1-1"` | Specifies the location of the pgd image to be used for the operator docker.enterprisedb.com/k8s_standard_pgd/postgresql-pgd:16.2-5.4.1-1 |
| config.data.PGD_PROXY_IMAGE_NAME | string | `"docker.enterprisedb.com/k8s_enterprise_pgd/edb-pgd-proxy:5.4.0-2"` | Specifies the location of the pgd-proxy image to be used for the operator docker.enterprisedb.com/k8s_standard_pgd/edb-pgd-proxy:5.4.0-2 |
| config.data.PULL_SECRET_NAME | string | `"pgd-operator-pull-secret"` | |
| config.name | string | `"pgd-operator-controller-manager-config"` | |
| config.secret | bool | `false` | Specifies whether it should be stored in a secret, instead of a configmap |
Expand Down
8 changes: 4 additions & 4 deletions charts/edb-postgres-distributed-for-kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ config:
data:
PULL_SECRET_NAME: pgd-operator-pull-secret
# -- Specifies the location of the pgd image to be used for the operator
# docker.enterprisedb.com/k8s_standard_pgd/postgresql-pgd:15.6-5.4.0-1
PGD_IMAGE_NAME: docker.enterprisedb.com/k8s_enterprise_pgd/postgresql-pgd:15.6-5.4.0-1
# docker.enterprisedb.com/k8s_standard_pgd/postgresql-pgd:16.2-5.4.1-1
PGD_IMAGE_NAME: docker.enterprisedb.com/k8s_enterprise_pgd/postgresql-pgd:16.2-5.4.1-1
# -- Specifies the location of the pgd-proxy image to be used for the operator
# docker.enterprisedb.com/k8s_standard_pgd/edb-pgd-proxy:5.4.0
PGD_PROXY_IMAGE_NAME: docker.enterprisedb.com/k8s_enterprise_pgd/edb-pgd-proxy:5.4.0
# docker.enterprisedb.com/k8s_standard_pgd/edb-pgd-proxy:5.4.0-2
PGD_PROXY_IMAGE_NAME: docker.enterprisedb.com/k8s_enterprise_pgd/edb-pgd-proxy:5.4.0-2
name: pgd-operator-controller-manager-config

# -- Additional arguments to be added to the operator's args list
Expand Down
1 change: 1 addition & 0 deletions charts/edb-postgres-for-kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ EDB Postgres for Kubernetes Helm Chart
| additionalArgs | list | `[]` | Additional arguments to be added to the operator's args list |
| affinity | object | `{}` | Affinity for the operator to be installed |
| commonAnnotations | object | `{}` | Annotations to be added to all other resources |
| config.clusterWide | bool | `true` | This option determines if the operator is responsible for observing events across the entire Kubernetes cluster or if its focus should be narrowed down to the specific namespace within which it has been deployed. |
| config.create | bool | `true` | Specifies whether the secret should be created |
| config.data | object | `{}` | |
| config.name | string | `"postgresql-operator-controller-manager-config"` | |
Expand Down
3 changes: 3 additions & 0 deletions charts/edb-postgres-for-kubernetes/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"config": {
"type": "object",
"properties": {
"clusterWide": {
"type": "boolean"
},
"create": {
"type": "boolean"
},
Expand Down

0 comments on commit 4691fc8

Please sign in to comment.