From 4691fc8604f2e522f89aca5de4a908fa3f65969b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:27:13 +0800 Subject: [PATCH] Release edb-postgres-distributed-for-kubernetes-v0.2.4 (#149) Signed-off-by: Tao Li Co-authored-by: Tao Li Co-authored-by: Jaime Silvela --- charts/edb-postgres-distributed-for-kubernetes/Chart.yaml | 6 +++--- charts/edb-postgres-distributed-for-kubernetes/README.md | 8 ++++---- .../edb-postgres-distributed-for-kubernetes/values.yaml | 8 ++++---- charts/edb-postgres-for-kubernetes/README.md | 1 + charts/edb-postgres-for-kubernetes/values.schema.json | 3 +++ 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/charts/edb-postgres-distributed-for-kubernetes/Chart.yaml b/charts/edb-postgres-distributed-for-kubernetes/Chart.yaml index 70635fa..0b3423a 100644 --- a/charts/edb-postgres-distributed-for-kubernetes/Chart.yaml +++ b/charts/edb-postgres-distributed-for-kubernetes/Chart.yaml @@ -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" @@ -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: diff --git a/charts/edb-postgres-distributed-for-kubernetes/README.md b/charts/edb-postgres-distributed-for-kubernetes/README.md index c3c4daa..19e4d51 100644 --- a/charts/edb-postgres-distributed-for-kubernetes/README.md +++ b/charts/edb-postgres-distributed-for-kubernetes/README.md @@ -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 @@ -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 @@ -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 | diff --git a/charts/edb-postgres-distributed-for-kubernetes/values.yaml b/charts/edb-postgres-distributed-for-kubernetes/values.yaml index 8d8f14e..18b2bf3 100644 --- a/charts/edb-postgres-distributed-for-kubernetes/values.yaml +++ b/charts/edb-postgres-distributed-for-kubernetes/values.yaml @@ -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 diff --git a/charts/edb-postgres-for-kubernetes/README.md b/charts/edb-postgres-for-kubernetes/README.md index f2560c1..79e2edf 100644 --- a/charts/edb-postgres-for-kubernetes/README.md +++ b/charts/edb-postgres-for-kubernetes/README.md @@ -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"` | | diff --git a/charts/edb-postgres-for-kubernetes/values.schema.json b/charts/edb-postgres-for-kubernetes/values.schema.json index 805d66d..7908498 100644 --- a/charts/edb-postgres-for-kubernetes/values.schema.json +++ b/charts/edb-postgres-for-kubernetes/values.schema.json @@ -14,6 +14,9 @@ "config": { "type": "object", "properties": { + "clusterWide": { + "type": "boolean" + }, "create": { "type": "boolean" },