chore(deps): update helm release backstage to v2.6.0 - #184
Conversation
Reviewer's GuideThis PR upgrades the Backstage Helm chart dependency from v2.5.3 to v2.6.0 and updates the corresponding lock file to pull in the new release, which adds HPA-based autoscaling support. Class diagram for Backstage Helm chart values with HPA supportclassDiagram
class BackstageValues {
+string image
+int replicaCount
+HPAConfig hpa
...
}
class HPAConfig {
+bool enabled
+int minReplicas
+int maxReplicas
+object metrics
...
}
BackstageValues --> HPAConfig : hpa
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
|
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
/bump minor |
Signed-off-by: RHDH Bot <146280956+rhdh-bot@users.noreply.github.com>
|



This PR contains the following updates:
2.5.3->2.6.0Release Notes
backstage/charts (backstage)
v2.6.0Compare Source
A Helm chart for deploying a Backstage application
What's Changed
Full Changelog: backstage/charts@backstage-2.5.3...backstage-2.6.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by Sourcery
Upgrade the Backstage Helm chart dependency to v2.6.0 to include new autoscaling support via HPA.
New Features:
Chores: