-
Notifications
You must be signed in to change notification settings - Fork 8
chore: remove argo-rollouts from gitops-runtime helm chart #1051
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dmaizel
wants to merge
6
commits into
main
Choose a base branch
from
chore/remove-argo-rollouts
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ATGardner
reviewed
Jan 19, 2026
ATGardner
approved these changes
Jan 19, 2026
mikhail-klimko
approved these changes
Jan 19, 2026
shirtabachii
approved these changes
Jan 19, 2026
Argo Rollouts was deprecated and disabled by default in a previous release. This commit completes the removal by: - Removing argo-rollouts dependency from Chart.yaml - Removing external-argo-rollouts and argo-rollouts configuration from values.yaml - Removing argo-rollouts helper function and component-list entry from _helpers.tpl - Removing ROLLOUTS_HELM_REPOSITORY/VERSION env vars from app-proxy - Removing argo-rollouts from all CI values files - Removing argo-rollouts from multi-runtime values files - Removing argo-rollouts tests and rollout-reporter references - Updating README documentation to remove argo-rollouts sections - Removing rollout-reporter from values-ha.yaml BREAKING CHANGE: argo-rollouts is no longer included in the chart. Users requiring Argo Rollouts must install it separately.
b8cff90 to
93ed5cf
Compare
Updates app-proxy to version 1.4020.0 which includes the removal of Argo Rollouts installation capability (argo-platform#7045). This aligns with the removal of argo-rollouts from the helm chart.
Updates README.md to reflect: - Removal of argo-rollouts configuration sections - Updated app-proxy version to 1.4020.0 - Updated image enrichment versions to 1.1.20-main - Added telemetry configuration documentation
eti-codefresh
approved these changes
Jan 19, 2026
Fixes yamllint error about too many blank lines.
Contributor
Author
|
/e2e |
3 similar comments
Contributor
Author
|
/e2e |
Contributor
Author
|
/e2e |
Contributor
Author
|
/e2e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Background
Argo Rollouts was deprecated and disabled by default in a previous release (see RELEASE_NOTES_0.26.0.md). This PR completes the removal as planned.
Breaking Change
argo-rollouts is no longer included in the chart. Users requiring Argo Rollouts must install it separately.
Test plan
helm dependency update- Successfulhelm lint- Passedhelm template- Renders successfullyhelm unittest- All 168 tests pass