-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Default to latest staging image for AWS CCM #12291
Conversation
// the Kubernetes Version | ||
func (tf *TemplateFunctions) AWSCCMTag() (string, error) { | ||
func (tf *TemplateFunctions) AWSCCMImage() (string, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should move this to pkg/model/components/awscloudcontrollermanager.go with the other arguments?
then we only need {{ .ExternalCloudControllerManager.Image }}
in the template.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. Should hold for that one to go in then? |
I don' mind, noticed later. /hold |
c9ae8e8
to
cd29df0
Compare
cd29df0
to
2b102c3
Compare
2b102c3
to
cf8b11b
Compare
/hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: olemarkus The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cc @olemarkus @rifelpet