-
Notifications
You must be signed in to change notification settings - Fork 267
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
generate resource files for k8s 1.25 #808
Conversation
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.
LGTM 🚀
mkdir -p $QP_INDV_RESOURCES_DIR | ||
|
||
HELM=$BUILD_DIR/helm | ||
if [[ ! -e $HELM ]]; then |
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.
what's the purpose of this check?
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.
The script downloads its own copy of the helm executable if doesn't already exist in the build directory. Since we know the script will be run twice this check prevents an unnecessary re-download.
will additional changes be required to support 1.26? |
Hi @bryantbiggs, we expect the 1.25 resource files will be compatible with 1.26. |
Issue #, if available:
#799 v1.25+ Compatible Release Resource Artifacts
Description of changes:
Updated script to generate two sets of resources for k8s 1.24 and 1.25
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.