Skip to content

Fix Prometheus installation with helm chart v28.9.0.#4448

Merged
markmandel merged 1 commit intoagones-dev:mainfrom
markmandel:grafana/fix
Feb 20, 2026
Merged

Fix Prometheus installation with helm chart v28.9.0.#4448
markmandel merged 1 commit intoagones-dev:mainfrom
markmandel:grafana/fix

Conversation

@markmandel
Copy link
Copy Markdown
Collaborator

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug

/kind cleanup

/kind documentation
/kind feature
/kind hotfix
/kind release

What this PR does / Why we need it:

Pin chart version and rename scrape jobs to avoid conflicts.

Also updated documentation on which version is currently tested.

Which issue(s) this PR fixes:

Closes #4436

Special notes for your reviewer:

N/A

Pin chart version and rename scrape jobs to avoid conflicts.

Also updated documentation on which version is currently tested.

Closes agones-dev#4436
@markmandel markmandel added the kind/cleanup Refactoring code, fixing up documentation, etc label Feb 14, 2026
rule_files: [/etc/config/rules, /etc/config/alerts]
scrape_configs:
- job_name: prometheus
static_configs:
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This section is duplicated from the default config, so taking it out as it causes issues if duplicated.

@agones-bot
Copy link
Copy Markdown
Collaborator

Build Succeeded 🥳

Build Id: c8b86367-8256-46df-b4f9-288e4b3a8be6

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

git fetch https://github.com/googleforgames/agones.git pull/4448/head:pr_4448 && git checkout pr_4448
helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.56.0-dev-930b9aa

@markmandel markmandel added the kind/breaking Breaking change label Feb 19, 2026
@markmandel
Copy link
Copy Markdown
Collaborator Author

Good call - tagged kind/breaking

@markmandel markmandel merged commit 5d39e65 into agones-dev:main Feb 20, 2026
5 checks passed
@markmandel markmandel deleted the grafana/fix branch February 20, 2026 05:34
mnthe pushed a commit to mnthe/agones that referenced this pull request Mar 23, 2026
Pin chart version and rename scrape jobs to avoid conflicts.

Also updated documentation on which version is currently tested.

Closes agones-dev#4436
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/breaking Breaking change kind/cleanup Refactoring code, fixing up documentation, etc size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Metrics Prometheus install with agones's yaml fails on current prometheus-community helm chart

3 participants