Skip to content
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

Source bundle as URL/S3 path #478

Open
justinkillen opened this issue Jan 3, 2025 · 0 comments
Open

Source bundle as URL/S3 path #478

justinkillen opened this issue Jan 3, 2025 · 0 comments

Comments

@justinkillen
Copy link

Feature request.

Currently, helm-s3 assumes that the source bundle/artifact is on the local disk. In many common CI/CD scenarios, the artifact is built sometime in the middle and stored in a holding location and it isn't until much later that the artifact gets published out to it's final destination. It is generally simple to download the artifact to the local disk and then run helm-s3, but it would be nice if helm-s3 could just do it for me.

syntax examples:
helm s3 push s3://my-temp-bucket/helm_bundle.tgz coolcharts --relative
helm s3 push https://artifact-repository/mycoolproject/1.0/helm.tgz coolcharts --relative

bonus points if the S3 variant does a S3-to-S3 copy instead of download/upload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant