diff --git a/charts/pmm/Chart.yaml b/charts/pmm/Chart.yaml index 410eac38..e92d2bec 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.18 -appVersion: "2.43.1" +version: 1.3.19 +appVersion: "2.43.2" home: https://github.com/percona/pmm maintainers: - name: tplavcic diff --git a/charts/pmm/README.md b/charts/pmm/README.md index 46f46367..565da290 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.1` | +| `image.tag` | PMM image tag (immutable tags are recommended) | `2.43.2` | | `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/templates/statefulset.yaml b/charts/pmm/templates/statefulset.yaml index 2df1e16f..b54ef312 100644 --- a/charts/pmm/templates/statefulset.yaml +++ b/charts/pmm/templates/statefulset.yaml @@ -58,7 +58,7 @@ spec: - configMapRef: name: {{ include "pmm.fullname" . }} optional: true - {{ if not .Values.secret.create }} + {{ if and (not .Values.secret.create) .Values.secret.name }} - secretRef: name: {{ .Values.secret.name }} {{ end }} diff --git a/charts/pmm/values.yaml b/charts/pmm/values.yaml index 1d1b033f..0c6912cc 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.1" + tag: "2.43.2" imagePullSecrets: [] ## PMM environment variables