You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helm s3 delete doesn't work when a chart was pushed using the helm s3 push --relative because idx.Delete(act.name, act.version) returns the relative URL producing the following error: delete chart file from s3: chart foo-1.0.0.tgz protocol is not s3.
While the S3 bucket I'm using is not replicated, it is exposed as a static HTTP website because Helm repository UIs like Rancher's doesn't support the s3:// protocol thus requiring --relative URLs.
The text was updated successfully, but these errors were encountered:
helm s3 delete
doesn't work when a chart was pushed using thehelm s3 push --relative
because idx.Delete(act.name, act.version) returns the relative URL producing the following error:delete chart file from s3: chart foo-1.0.0.tgz protocol is not s3
.While the S3 bucket I'm using is not replicated, it is exposed as a static HTTP website because Helm repository UIs like Rancher's doesn't support the
s3://
protocol thus requiring--relative
URLs.The text was updated successfully, but these errors were encountered: