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

[FEATURE] Ability to override version #714

Closed
chubchubsancho opened this issue Jun 30, 2022 · 0 comments
Closed

[FEATURE] Ability to override version #714

chubchubsancho opened this issue Jun 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@chubchubsancho
Copy link
Contributor

Is your feature request related to a problem? Please describe

Since #684 we are unable to upgrade cluster-autoscaler and we are blocked on first release for cluster version

Describe the solution you'd like

I'd like to be able to upgrade my cluster-autoscaler addons by defining image.tag through:

cluster_autoscaler_helm_config = {
  values = [
    <<-EOT
    image:
      tag: v1.21.3
    EOT
  ]
}

Describe alternatives you've considered

Additional context

Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants