-
Notifications
You must be signed in to change notification settings - Fork 66
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
[no-relnote] Add script to autogenerate Helm charts #257
base: main
Are you sure you want to change the base?
Conversation
VERSION=${VERSION#v} | ||
|
||
# Create release assets to be uploaded | ||
helm package deployments/helm/nvidia-dra-driver-gpu/ --version $VERSION --app-version $VERSION |
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 am not sure if going nvidia-dra-driver-gpu
or k8s-dra-driver-gpu
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 do you mean? For the current source code the path you specified here is correct. Are you asking whether this should be changed?
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.
yeah the name, what do we prefer? this is me wondering about naming, not a blocker
hack/package-helm-charts.sh
Outdated
@@ -0,0 +1,28 @@ | |||
#!/bin/bash -e |
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.
Should this be:
#!/bin/bash -e | |
#!/usr/bin/env bash |
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.
Done
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1efb65b
to
e7c0468
Compare
PTAL @elezar |
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.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
This patch introduces a new file
hack/package-helm-charts.sh
which is a helper script to build the helm chart for thek8s-dra-driver-gpu
repo