Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PMM-7 Bump PMM version to 2.41.1 #286

Merged
merged 2 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions charts/pmm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ apiVersion: v2
name: pmm
description: A Helm chart for Percona Monitoring and Management (PMM)
type: application
version: 1.3.9
appVersion: "2.41.0"
version: 1.3.10
appVersion: "2.41.1"
home: https://github.com/percona/pmm
maintainers:
- name: gen1us2k
email: [email protected]
- name: tplavcic
email: [email protected]
- name: bupychuk
Expand Down
2 changes: 1 addition & 1 deletion charts/pmm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.41.0` |
| `image.tag` | PMM image tag (immutable tags are recommended) | `2.41.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) | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/pmm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:
repository: registry-1.percona.com/percona/pmm-server
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "2.41.0"
tag: "2.41.1"
imagePullSecrets: []

## PMM environment variables
Expand Down
Loading