Skip to content

Conversation

@dimitarvdimitrov
Copy link
Contributor

Upgrades the rollout-operator chart dependency to 0.37.1.

This includes a fix from grafana/helm-charts#3989 where server-tls.self-signed-cert.dns-name was always set to rollout-operator.NAMESPACE.svc instead of using the full release name (e.g., mimir-rollout-operator.NAMESPACE.svc). This broke the rollout operator and prevented upgrading statefulsets.

related to #13338

This includes a fix for server-tls.self-signed-cert.dns-name which was
always set to `rollout-operator.NAMESPACE.svc` instead of using the
full release name. This broke rollout operator functionality when
upgrading statefulsets.

See: grafana/helm-charts#3989
@dimitarvdimitrov dimitarvdimitrov merged commit 16aa2be into main Nov 5, 2025
40 checks passed
@dimitarvdimitrov dimitarvdimitrov deleted the dimitar/helm/upgrade-rollout-operator branch November 5, 2025 13:46
@mimir-github-bot
Copy link
Contributor

The backport to mimir-distributed-release-6.0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-13357-to-mimir-distributed-release-6.0 origin/mimir-distributed-release-6.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 16aa2bed8a0851264d8f83fccb4f920181b18457
# Push it to GitHub
git push --set-upstream origin backport-13357-to-mimir-distributed-release-6.0
git switch main
# Remove the local backport branch
git branch -D backport-13357-to-mimir-distributed-release-6.0

Then, create a pull request where the base branch is mimir-distributed-release-6.0 and the compare/head branch is backport-13357-to-mimir-distributed-release-6.0.

dimitarvdimitrov added a commit that referenced this pull request Nov 5, 2025
Upgrades the rollout-operator chart dependency to 0.37.1.

This includes a fix from
grafana/helm-charts#3989 where
server-tls.self-signed-cert.dns-name was always set to
`rollout-operator.NAMESPACE.svc` instead of using the full release name
(e.g., `mimir-rollout-operator.NAMESPACE.svc`). This broke the rollout
operator and prevented upgrading statefulsets.

related to #13338

(cherry picked from commit 16aa2be)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants