From d4e731a35d73b9d7606a5e15333f7403ed12b2d7 Mon Sep 17 00:00:00 2001 From: Julio Pasinatto Date: Mon, 5 Aug 2024 21:04:45 -0300 Subject: [PATCH] Update PG operator chart for 2.4.1 release --- charts/pg-operator/Chart.yaml | 4 ++-- charts/pg-operator/README.md | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/pg-operator/Chart.yaml b/charts/pg-operator/Chart.yaml index f2e175c0..ef3fe079 100644 --- a/charts/pg-operator/Chart.yaml +++ b/charts/pg-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pg-operator description: 'A Helm chart to deploy the Percona Operator for PostgreSQL' type: application -version: 2.4.0 -appVersion: 2.4.0 +version: 2.4.1 +appVersion: 2.4.1 home: https://docs.percona.com/percona-operator-for-postgresql/2.0/ maintainers: - name: tplavcic diff --git a/charts/pg-operator/README.md b/charts/pg-operator/README.md index 44af0077..a694ee43 100644 --- a/charts/pg-operator/README.md +++ b/charts/pg-operator/README.md @@ -26,30 +26,30 @@ To install the chart with the `pg-operator` release name using a dedicated names ```sh helm repo add percona https://percona.github.io/percona-helm-charts/ -helm install my-operator percona/pg-operator --version 2.4.0 --namespace my-namespace --create-namespace +helm install my-operator percona/pg-operator --version 2.4.1 --namespace my-namespace --create-namespace ``` ## Configuration The following shows the configurable parameters that are relevant to the Helm Chart. -| Parameter | Description | Default | -| ------------------------------- | ------------------------------------------------------------------------| -------------------------------------------------| -| `image` | PG Operator Container image full path | `percona/percona-postgresql-operator:2.4.0` | -| `imagePullPolicy` | PG Operator Container pull policy | `Always`| -| `resources` | Resource requests and limits | `{}` | -| `nodeSelector` | Labels for Pod assignment | `{}` | -| `logStructured` | Force PG operator to print JSON-wrapped log messages | `false` | -| `logLevel` | PG Operator logging level | `INFO` | -| `disableTelemetry` | Disable sending PG Operator telemetry data to Percona | `false`| -| `watchNamespace` | Set this variable if the target cluster namespace differs from operators namespace | `` | -| `watchAllNamespaces` | K8S Cluster-wide operation | `false` | +| Parameter | Description | Default | +| -------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------- | +| `image` | PG Operator Container image full path | `percona/percona-postgresql-operator:2.4.1` | +| `imagePullPolicy` | PG Operator Container pull policy | `Always` | +| `resources` | Resource requests and limits | `{}` | +| `nodeSelector` | Labels for Pod assignment | `{}` | +| `logStructured` | Force PG operator to print JSON-wrapped log messages | `false` | +| `logLevel` | PG Operator logging level | `INFO` | +| `disableTelemetry` | Disable sending PG Operator telemetry data to Percona | `false` | +| `watchNamespace` | Set this variable if the target cluster namespace differs from operators namespace | `` | +| `watchAllNamespaces` | K8S Cluster-wide operation | `false` | ## Deploy the database To deploy Percona Operator for PostgreSQL cluster with disabled telemetry run the following command: ```sh -helm install my-db percona/pg-db --version 2.4.0 --namespace my-namespace +helm install my-db percona/pg-db --version 2.4.1 --namespace my-namespace ``` See more about Percona Operator for PostgreSQL deployment in its chart [here](https://github.com/percona/percona-helm-charts/tree/main/charts/pg-db) or in the [Helm chart installation guide](https://www.percona.com/doc/kubernetes-operator-for-postgresql/helm.html).