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 unused configurator Operator chart values #383

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RafalKorepta
Copy link
Contributor

Reference
#368

K8S-440

Copy link
Contributor

@chrisseto chrisseto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it matters for this specific change as there should only be internal users of these flags but this is a backwards incompatible change that would silently begin to fail in existing installations.

For anyone using these values, the next update would see the operator suddenly drop their configurator override without any warning. A deprecation is generally backwards compatible or fails loudly.

For any user that is mirroring configurator image (air-gapped environment) and changes entrypoint
or wraps configurator with additional script the following constraint need to be meet:
* set the following flags
* to change the container repository set `--configurator-base-image=my.repo.com/configurator` flag
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this needs to be specified as this behavior did not change? Or is this meant to call out that the default repository/image has changed?

@RafalKorepta RafalKorepta force-pushed the rk/k8s-440/drop-configurator-image-from-values branch from 965c987 to fdfe3ec Compare January 10, 2025 19:16
@RafalKorepta RafalKorepta force-pushed the rk/k8s-440/drop-configurator-image-from-values branch from fdfe3ec to f2f94ae Compare January 10, 2025 20:36
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.

2 participants