Skip to content
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

Remove agentCollector and standaloneCollector #216

Merged
merged 9 commits into from
Jun 8, 2022

Conversation

TylerHelmuth
Copy link
Member

@TylerHelmuth TylerHelmuth commented May 26, 2022

This PR removes the deprecated agentCollector and standaloneCollector sections from values.yaml. Instead, mode must be used.

An upgrade/install of the chart without mode: daemonset or mode: deployment will fail. Since the current values.yaml uses .Values.agentCollector.enabled: true, users of the default values are using agentCollector settings. In order to ensure that users who use the default values.yaml are not hit with any new surprise values (the default requests are different for mode), mode has been left blank by default. As a result, the default values.yaml cannot be used to install the chart; all users must provide a values.yaml that sets mode for the time being.

Users who have switched to mode as of 0.14.0 should not be impacted by this change.

Fixes #199

@TylerHelmuth TylerHelmuth marked this pull request as ready for review May 26, 2022 21:55
@TylerHelmuth TylerHelmuth requested review from a team May 26, 2022 21:55
@TylerHelmuth
Copy link
Member Author

@dmitryax please take a look when you're free.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Deprecated agentCollector and standaloneCollector configuration
2 participants