From 04f2c1f1de494dcb2a6f7b2f5eda371c3408d64a Mon Sep 17 00:00:00 2001 From: Nurlan Moldomurov Date: Thu, 3 Oct 2024 12:36:59 +0300 Subject: [PATCH] PMM-7 Update PMM version to 2.43.1 (#386) --- charts/pmm/Chart.yaml | 4 ++-- charts/pmm/README.md | 2 +- charts/pmm/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/pmm/Chart.yaml b/charts/pmm/Chart.yaml index 1eba6b12..b54bd83e 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.15 -appVersion: "2.43.0" +version: 1.3.16 +appVersion: "2.43.1" home: https://github.com/percona/pmm maintainers: - name: tplavcic diff --git a/charts/pmm/README.md b/charts/pmm/README.md index 0aa265b0..b1d90859 100644 --- a/charts/pmm/README.md +++ b/charts/pmm/README.md @@ -45,7 +45,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.43.0` | +| `image.tag` | PMM image tag (immutable tags are recommended) | `2.43.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 3683edb9..1d1b033f 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.43.0" + tag: "2.43.1" imagePullSecrets: [] ## PMM environment variables