You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please add support for a variable (or multiple) that will allow user to select the version of helm chart that should be used for components like agent, controller, evictor and spot_handler? This will allow users to:
Control the versions they want to use, instead of always using the latest.
Perform the upgrade of version used as by default helm won't upgrade the version if it's not explicitly set.
Hello :)
Can you please add support for a variable (or multiple) that will allow user to select the version of helm chart that should be used for components like agent, controller, evictor and spot_handler? This will allow users to:
Here's the documentation for version parameter inside helm_release Terraform resource: https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release#version
The text was updated successfully, but these errors were encountered: