Uh oh!
There was an error while loading. Please reload this page.
Conversation
…sion change for tracebloc. This adjustment aligns with the new unified deployment strategy across multiple environments.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| description: A unified Helm chart for tracebloc on AKS, EKS, bare-metal, and OpenShift | ||
| type: application | ||
| version: 2.0.1 | ||
| version: 1.0.0 |
There was a problem hiding this comment.
Chart version downgrade breaks Helm upgrade path
High Severity
Downgrading the Helm chart version from 2.0.1 to 1.0.0 breaks the upgrade path for anyone who has already deployed the 2.0.1 chart. Helm treats 1.0.0 as an older release, so helm repo update && helm upgrade will not pick it up, and existing >=2.0.0 version constraints in any dependent charts will stop matching. This effectively makes the new chart unreachable for existing users without a manual uninstall/reinstall cycle.


. This adjustment aligns with the new unified deployment strategy across multiple environments.
Note
Low Risk
Low risk: this only changes Helm chart metadata (
Chart.yamlversion) and does not affect rendered Kubernetes manifests or runtime behavior.Overview
Updates
tracebloc/Chart.yamlto change the Helm chartversionfrom2.0.1to1.0.0, while keepingappVersionthe same.Written by Cursor Bugbot for commit 2db2459. This will update automatically on new commits. Configure here.