-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Closed
Labels
bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
Description
Noticed in chartmuseum test failure:
Pushing binaries to Azure
ERROR: The specified blob already exists.
...
ErrorCode:BlobAlreadyExists
If you want to overwrite the existing one, please add --overwrite in your command.
Chartmuseum copies script from Helm to upload canary artifacts.
In this script we need to add an --overwrite flag to az storage blob upload-batch:
https://github.com/helm/helm/blob/main/.circleci/deploy.sh#L49
CircleCI builds on main will fail.
Metadata
Metadata
Assignees
Labels
bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.