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

# Distributed tracing Distributed tracing, also called distributed request tracing, is a method used to profile and monitor applications, especially those built using a microservices architecture. Distributed tracing helps pinpoint...

Finish [GET] /admin/ Took 4364.66ms http: panic serving 127.0.0.1:51374: runtime error: invalid memory address or nil pointer dereference goroutine 8 [running]: net/http.(*conn).serve.func1(0xc0003a0640) /usr/local/go/src/net/http/server.go:1769 +0x139 panic(0x17a8400, 0x1f30240) /usr/local/go/src/runtime/panic.go:522 +0x1b5 html/template.(*Template).escape(0x0, 0x0,...

I would like to propose adding support for notary in chartmusem. Allowing multi-party signed charts etc.

Please see https://github.com/helm/helm/issues/5179 We can add a boolean option such as `--chart-url-autodetect`, that is used in place of `--chart-url=` cc  @hickeyma @rhnewtron @avgalani @2ZZ @91FeiYing

Hello! Conecting to a Blob storage fail if the Key is not in the environment, it should first try to get the key using MSI.

I would like to implement a version of ChartMuseumUI that allows the user to browse trough organizations and repoes to list the charts. For this I need an API endpoint...

I setup a ceph object storage and enable swift access. try to access ceph via swift, successed: ```bash # swift -A http://10.125.224.26:7480/auth/v1.0 -U tstack:swift -K tstackqwer666 list regswfit test ```...

We are hitting a very annoying bug. Our ChartMuseum is configured with a S3 bucket. We are doing some cleanup, so deleting old charts . Once in a while, after...

I get a 404 whenever monocular tries to pull the README for my chart, but I have a README.md stored in the root of my chart directory when running `helm...

Is it safe to have multiple instances of chartmuseum be reading/writing to the same persistence volume?