-
Notifications
You must be signed in to change notification settings - Fork 190
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
Helm install check #359
Helm install check #359
Conversation
Hi @kskzk. Thanks for your PR. I'm waiting for a aws-controllers-k8s member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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.
Neat 👍
Thank you @kskzk !
/ok-to-test |
/retest |
scripts/lib/common.sh
Outdated
@@ -1,6 +1,7 @@ | |||
#!/usr/bin/env bash | |||
|
|||
CONTROLLER_TOOLS_VERSION="v0.7.0" | |||
HELM_VERSION="v3.9" |
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.
Let's drop the version to 3.7
? i guess 3.9 is not required.
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.
Or maybe we need to update our prow jobs to use 3.9 helm binaries..
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.
Helm is installed here https://github.com/aws-controllers-k8s/test-infra/blob/da4dad6c57818a0d4f87f8e2ac9e608612bfaff8/prow/jobs/images/Dockerfile.auto-generate-controllers and few other dockerfiles in the same directory
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.
Thanks for the review!
Which do you think is better? Do we drop the minimum required version to 3.7 for now? If so, I will modify the pull request.
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.
I'm thinking that maybe we should start by dropping the version to 3.7 and dealing with the upgrade in a different PR
Neat! Thank you @kskzk! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: A-Hilaly, kskzk 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 |
Issue #, if available: aws-controllers-k8s/community#1436
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.