Skip to content

New azure-cli requires --overwrite to replace canary #10724

@jdolitsky

Description

@jdolitsky

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.good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions