From d828a9e45d3250a224bf94ade5a9910c2c3d4770 Mon Sep 17 00:00:00 2001 From: Nurlan Moldomurov Date: Mon, 20 Nov 2023 18:22:43 +0300 Subject: [PATCH] PMM-7 Bump PMM versions to 2.40.1 (#259) --- charts/pg-db/Chart.yaml | 2 +- charts/pg-db/README.md | 2 +- charts/pg-db/values.yaml | 2 +- charts/pmm/Chart.yaml | 4 ++-- charts/pmm/README.md | 2 +- charts/pmm/values.yaml | 2 +- charts/ps-db/Chart.yaml | 2 +- charts/ps-db/README.md | 2 +- charts/ps-db/values.yaml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/pg-db/Chart.yaml b/charts/pg-db/Chart.yaml index 73d07b36..13e94775 100644 --- a/charts/pg-db/Chart.yaml +++ b/charts/pg-db/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: pg-db description: 'A Helm chart to deploy the PostgreSQL database with the Percona Operator for PostgreSQL' type: application -version: 2.2.6 +version: 2.2.7 appVersion: 2.2.0 home: https://docs.percona.com/percona-operator-for-postgresql/2.0/ maintainers: diff --git a/charts/pg-db/README.md b/charts/pg-db/README.md index 954a4219..885f0cc7 100644 --- a/charts/pg-db/README.md +++ b/charts/pg-db/README.md @@ -143,7 +143,7 @@ The chart can be customized using the following configurable parameters: | `proxy.pgBouncer.expose.type` | K8S service type for the pgbouncer deployment | `ClusterIP` | | `pmm.enabled` | Enable integration with [Percona Monitoring and Management software](https://www.percona.com/blog/2020/07/23/using-percona-kubernetes-operators-with-percona-monitoring-and-management/) | `false` | | `pmm.image.repository` | PMM Container image repository | `percona/pmm-client` | -| `pmm.image.tag` | PMM Container image tag | `2.40.0` | +| `pmm.image.tag` | PMM Container image tag | `2.40.1` | | `pmm.serverHost` | PMM server related K8S service hostname | `monitoring-service` | | `pmm.resources.requests.memory` | Container resource request for RAM | `200M` | | `pmm.resources.requests.cpu` | Container resource request for CPU | `500m` | diff --git a/charts/pg-db/values.yaml b/charts/pg-db/values.yaml index f6b3a9b9..c40c06a5 100644 --- a/charts/pg-db/values.yaml +++ b/charts/pg-db/values.yaml @@ -249,7 +249,7 @@ pmm: enabled: false image: repository: percona/pmm-client - tag: 2.40.0 + tag: 2.40.1 # imagePullPolicy: IfNotPresent secret: cluster1-pmm-secret serverHost: monitoring-service diff --git a/charts/pmm/Chart.yaml b/charts/pmm/Chart.yaml index c8f3170e..1671da4a 100644 --- a/charts/pmm/Chart.yaml +++ b/charts/pmm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pmm description: A Helm chart for Percona Monitoring and Management (PMM) type: application -version: 1.3.1 -appVersion: "2.40.0" +version: 1.3.2 +appVersion: "2.40.1" home: https://github.com/percona/pmm maintainers: - name: gen1us2k diff --git a/charts/pmm/README.md b/charts/pmm/README.md index bcfe7fc1..7306dc0a 100644 --- a/charts/pmm/README.md +++ b/charts/pmm/README.md @@ -47,7 +47,7 @@ It removes all of the resources associated with the last release of the chart as | ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |----------------------| | `image.repository` | PMM image repository | `percona/pmm-server` | | `image.pullPolicy` | PMM image pull policy | `IfNotPresent` | -| `image.tag` | PMM image tag (immutable tags are recommended) | `2.40.0` | +| `image.tag` | PMM image tag (immutable tags are recommended) | `2.40.1` | | `image.imagePullSecrets` | Global Docker registry secret names as an array | `[]` | | `pmmEnv.DISABLE_UPDATES` | Disables a periodic check for new PMM versions as well as ability to apply upgrades using the UI (need to be disabled in k8s environment as updates rolled with helm/container update) | `1` | | `pmmResources` | optional [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) requested for [PMM container](https://docs.percona.com/percona-monitoring-and-management/setting-up/server/index.html#set-up-pmm-server) | `{}` | diff --git a/charts/pmm/values.yaml b/charts/pmm/values.yaml index a2d9024b..26b43ac1 100644 --- a/charts/pmm/values.yaml +++ b/charts/pmm/values.yaml @@ -14,7 +14,7 @@ image: repository: percona/pmm-server pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "2.40.0" + tag: "2.40.1" imagePullSecrets: [] ## PMM environment variables diff --git a/charts/ps-db/Chart.yaml b/charts/ps-db/Chart.yaml index bbf04e73..1cad9fa8 100644 --- a/charts/ps-db/Chart.yaml +++ b/charts/ps-db/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.6.0" description: A Helm chart for installing Percona Server Databases using the PS Operator. name: ps-db home: https://www.percona.com/doc/kubernetes-operator-for-mysql/ps -version: 0.6.2 +version: 0.6.3 maintainers: - name: tplavcic email: tomislav.plavcic@percona.com diff --git a/charts/ps-db/README.md b/charts/ps-db/README.md index 325cac91..82942eea 100644 --- a/charts/ps-db/README.md +++ b/charts/ps-db/README.md @@ -184,7 +184,7 @@ The chart can be customized using the following configurable parameters: | `orchestrator.expose.loadBalancerSourceRanges` | The range of client IP addresses from which the load balancer should be reachable | `[]` | || | `pmm.image.repository` | PMM Container image repository | `percona/pmm-client` | -| `pmm.image.tag` | PMM Container image tag | `2.40.0` | +| `pmm.image.tag` | PMM Container image tag | `2.40.1` | | `pmm.imagePullPolicy` | The policy used to update images | `` | | `pmm.serverHost` | PMM server related K8S service hostname | `monitoring-service` | | `pmm.serverUser` | PMM server user | `admin` | diff --git a/charts/ps-db/values.yaml b/charts/ps-db/values.yaml index 48296d76..a38f3690 100644 --- a/charts/ps-db/values.yaml +++ b/charts/ps-db/values.yaml @@ -416,7 +416,7 @@ pmm: enabled: false image: repository: percona/pmm-client - tag: 2.40.0 + tag: 2.40.1 imagePullPolicy: Always serverHost: monitoring-service serverUser: admin