-
Notifications
You must be signed in to change notification settings - Fork 217
Skip upload for release step #214
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Igor Nikolenko <ihor.nikolenko@paramount.com>
Signed-off-by: Igor Nikolenko <ihor.nikolenko@paramount.com>
|
Hi, |
Signed-off-by: Igor Nikolenko <ihor.nikolenko@paramount.com>
Signed-off-by: Igor Nikolenko <ihor.nikolenko@paramount.com>
Signed-off-by: Igor Nikolenko <ihor.nikolenko@paramount.com>
|
|
||
| for chart in "${changed_charts[@]}"; do | ||
| if [[ -d "$chart" ]]; then | ||
| helm repo add bitnami https://charts.bitnami.com/bitnami |
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.
why we add this?
|
Any chance we could move forward with this? I can create a separate PR, it looks like a bug, upload shouldn't be required with OCI at all. |
|
Please, could this not-too-complex PR be reviewed and merged? |
|
yes you can create another PR |
What for, What's wrong with this PR? |
Resolve the issue with upload from release_charts step when --skip-upload passed.
Upload from release_charts creates an issue in case you wish to use cr tool for packaging only (for example when you use OCI repository).
Using this fix for some month without any issue.