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

Version Passthrough #29

Open
zacharyblasczyk opened this issue Sep 10, 2024 · 1 comment
Open

Version Passthrough #29

zacharyblasczyk opened this issue Sep 10, 2024 · 1 comment

Comments

@zacharyblasczyk
Copy link
Contributor

zacharyblasczyk commented Sep 10, 2024

The Operator doesn't have a way to pass it's version to the components it is managing.

One of these components is Console where we would like to implement feature flags that are only available when the Operator is a specific version+

This also lets us deprecated things in Console when the Operator is a certain version+ if that is ever needed.

I think we need to set values.console.extraEnv['CONTROLLER_VERSION'] = ${CONTROLLER_VERSION} when we generate the helm spec.

@zacharyblasczyk
Copy link
Contributor Author

We also need to pass the NEXT_PUBLIC_IS_AIRGAPPED flag to console if it is air gapped.

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

No branches or pull requests

1 participant