DEV Community

C123R
C123R

Posted on

Helm plugin to manage remote chart repositories on Blob Storage (Azure Blob, S3, GCS Container)

Hello,

I have written a helm plugin (helm-blob) which manages helm chart repository on remote blob storage(Azure Blob, GCS, and S3).

There are a bunch of dedicated helm plugins supporting S3/GCS Bucket which are really awesome. But instead of writing another plugin that supports Azure Blob storage, I have written helm-blob which supports Azure Blob, GCS, and S3 using Go CDK.

Please do check and let me know what you think about it.

https://github.com/C123R/helm-blob

Top comments (0)