Skip to content

Release PMM 3.9.0#909

Draft
ademidoff wants to merge 3 commits into
mainfrom
release-pmm-3.9.0
Draft

Release PMM 3.9.0#909
ademidoff wants to merge 3 commits into
mainfrom
release-pmm-3.9.0

Conversation

@ademidoff

Copy link
Copy Markdown
Member

This pull request updates both the pmm and pmm-ha Helm charts to use the latest Percona Monitoring and Management (PMM) server version 3.9.0.

Version and image updates:

  • Bumped version and appVersion in charts/pmm/Chart.yaml and charts/pmm-ha/Chart.yaml to reflect the new chart and PMM server versions.

Documentation consistency:

  • Changed the default image tag in the configuration tables in charts/pmm/README.md and charts/pmm-ha/README.md to 3.9.0 to match the new release.

Warning

TODO: the image tags in values.yaml are temporarily set to 3.9.0-rc for testing — revert to 3.9.0 once PMM 3.9.0 is released and the tests are re-run.

Copilot AI review requested due to automatic review settings July 23, 2026 13:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the PMM and PMM-HA Helm charts to reference PMM Server 3.9.0, including chart metadata bumps and documentation default tag updates.

Changes:

  • Bump version/appVersion in charts/pmm and charts/pmm-ha to 1.9.0/3.9.0 and 1.6.0/3.9.0 respectively.
  • Update README configuration tables to show the default image.tag as 3.9.0.
  • Update values.yaml image tag defaults (currently set to 3.9.0-rc, which conflicts with the rest of the release bump).

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
charts/pmm/Chart.yaml Bumps chart version and PMM appVersion to 3.9.0.
charts/pmm/values.yaml Updates default image tag (currently to an RC tag, which overrides appVersion).
charts/pmm/README.md Updates documented default image.tag to 3.9.0.
charts/pmm-ha/Chart.yaml Bumps chart version and PMM appVersion to 3.9.0.
charts/pmm-ha/values.yaml Updates default image tag (currently to an RC tag, which overrides appVersion).
charts/pmm-ha/README.md Updates documented default image.tag to 3.9.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread charts/pmm/values.yaml
Comment thread charts/pmm-ha/values.yaml
Copilot AI review requested due to automatic review settings July 23, 2026 13:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (2)

charts/pmm/values.yaml:17

  • values.yaml defaults point to the perconalab/pmm-server repository and a 3.9.0-rc tag, while this PR is a 3.9.0 release (Chart appVersion is 3.9.0 and README defaults now say 3.9.0). Merging as-is would deploy an RC image from a different repo than documented.
  repository: perconalab/pmm-server
  pullPolicy: IfNotPresent
  # Overrides the image tag whose default is the chart appVersion.
  tag: "3.9.0-rc"

charts/pmm-ha/values.yaml:17

  • values.yaml defaults point to the perconalab/pmm-server repository and a 3.9.0-rc tag, while this PR is a 3.9.0 release (Chart appVersion is 3.9.0 and README defaults now say 3.9.0). Merging as-is would deploy an RC image from a different repo than documented.
  repository: perconalab/pmm-server
  pullPolicy: IfNotPresent
  # Overrides the image tag whose default is the chart appVersion.
  tag: "3.9.0-rc"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants