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

Support git/tarball based helm chart repos #807

Open
nesl247 opened this issue Sep 17, 2019 · 2 comments
Open

Support git/tarball based helm chart repos #807

nesl247 opened this issue Sep 17, 2019 · 2 comments
Labels
area/community Related to ability of community to participate in pulumi-kubernetes development area/helm kind/enhancement Improvements or new features mro2 Monica's list of 2st tier overlay related issues

Comments

@nesl247
Copy link

nesl247 commented Sep 17, 2019

Problem description

HashiCorp's official helm chart at https://github.com/hashicorp/vault-helm does not actually have an index.yaml because they do not have a proper setup. With this in mind, we cannot specify a helm chart without having previously downloaded the chart ourselves.

Suggestions for a fix

Add the ability to clone repositories and specify tarball URLs that will not execute helm repo add. Essentially, add a way to automatically download/clone an endpoint without having to setup a proper helm chart.

@lblackstone lblackstone self-assigned this Sep 17, 2019
@lblackstone lblackstone added area/community Related to ability of community to participate in pulumi-kubernetes development area/helm kind/feature labels Sep 17, 2019
@infin8x infin8x added kind/enhancement Improvements or new features and removed kind/feature labels Jul 10, 2021
@marcus-sa
Copy link

Is this on the roadmap..?

@mnlumi mnlumi added the mro2 Monica's list of 2st tier overlay related issues label Mar 28, 2023
@lblackstone lblackstone removed their assignment Jul 14, 2023
@EronWright
Copy link
Contributor

EronWright commented Apr 2, 2024

The provider has some functionality along these lines:

  1. It supports the use of a tarball file or URL in the chart property, avoiding the need to add a repository.
  2. It supports proper Helm repositories that are either pre-added or used directly.

This issue is about supporting source-based chart repositories, e.g. cloning a git repository. Helm has plugins for this, e.g. aslafy-z/helm-git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/community Related to ability of community to participate in pulumi-kubernetes development area/helm kind/enhancement Improvements or new features mro2 Monica's list of 2st tier overlay related issues
Projects
None yet
Development

No branches or pull requests

6 participants