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

Using private s3 bucket as repository #220

Closed
schollii opened this issue Aug 22, 2018 · 4 comments · Fixed by #651
Closed

Using private s3 bucket as repository #220

schollii opened this issue Aug 22, 2018 · 4 comments · Fixed by #651

Comments

@schollii
Copy link

schollii commented Aug 22, 2018

Is this possible? Currently we are using helmsman, which supports repository that has s3://bucket-name/repo-name as repo, but we would like to switch to helmfile if helmfile could handle accessing a repo that is hosted in a private s3 bucket (needs access to AWS profile of course).

@mumoshu
Copy link
Collaborator

mumoshu commented Aug 23, 2018

@schollii Hey! I haven't tried myself yet due to I have no specific need to use s3 as a repository, but it would be useful, and feasible.

Try installing helm-s3 and specify the url that starts withs3://:

repositories:
  - name: roboll
    url: s3://yourbucket/prefix

It should work!

@schollii
Copy link
Author

Thanks I will try that! I will close this for now.

@gtaylor
Copy link

gtaylor commented Sep 4, 2018

We use helmfile with S3 and a custom plugin that is very similar to helm-s3. It is possible and works well!

@sstarcher
Copy link
Contributor

@schollii I have been using the helm-s3 plugin for a while and it's been great. @schollii mind if I ask what about helmfile brought you to the tool?

mumoshu added a commit that referenced this issue Jun 4, 2019
Resolves #435 (Git as chart repository)
Resolves #220 (S3 as chart repository)
Resolves #436 (About bundling helm plugins)

A lot of thanks to @aslafy-z for authoring the awesome helm-git plugin and contributing it to the community!
mumoshu added a commit that referenced this issue Jun 4, 2019
Resolves #435 (Git as chart repository)
Resolves #220 (S3 as chart repository)
Resolves #436 (About bundling helm plugins)

A lot of thanks to @aslafy-z for authoring the awesome helm-git plugin and contributing it to the community!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants