chartmuseum icon indicating copy to clipboard operation
chartmuseum copied to clipboard

helm chart repository server

Results 134 chartmuseum issues
Sort by recently updated
recently updated
newest added

Discussed in PR #99. This is in order to reduce code as it relates to config, since we are using viper.

I have noticed on the helm chart for chartmuseum (`stable/chartmuseum`) that there is no way to pass the service account private file (`.json` file generated when creating the Storage Account...

Similar to https://github.com/helm/chartmuseum/issues/157 (or pretty much the same). The current behavior of the `--chart-url` is very confusing. If it is set, all packages in the `index.yaml` have absolute url in...

Hi, Thought that I would mention that we have been able to run Chartmuseum Serverless on AWS. Here is the repository: https://github.com/digitary/serverless-chartmuseum We are using terraform for deployment. We are...

I would like to deploy chartmuseum using AWS Lambda and API gateway. How can I reuse the same code by adding only `serverless.yaml` file ? Or should be a new...

README.md reads: > When using a yaml file instead of the command line, Convert the - of the parameter in the command to .. Note that --storage is converted to...

It would be really nice if it were possible to list tenants with an API call, perhaps something like `/api/tenants`. It would be helpful for CI pipelines where we want...

We have a repo stored in GCS using the Helm GCS plugin and we want to use CM. How do we put CM in front of our original repo without...

Currently ChartMuseum does not return any `Cache-Control` headers to clients at all. Are there any plans on supporting this or would you generally accept/merge an implementation for that? In our...

Hello! I deployed chartmuseum as part of the harbor registry. The harbor installation sets the environment variable `CHART_URL=https://docker-registry:5000/chartrepo`. However, if I curl for the index.yaml the url to my charts...