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

Have several replication rules created, When I try to manually replicate any of them I have been recently getting the following : chartmuseum.log : L:ERROR,T,M:Request served, clientIP:XXXXX,method:GET,statusCode: 401 core.log :...

There is OCI spec for Distribution. https://github.com/opencontainers/distribution-spec/blob/master/spec.md I think chartmuseum does not adhere to it. I am just wondering if it is relevant.

**Problem** It seems that we are unable to grab certain credentials (e.g Azure credentials) from an existingSecret and at the same time create a secret on helm chart deployment for...

The summary metrics that are listed in the README.md do not exist: * chartmuseum_request_duration_seconds * chartmuseum_request_duration_seconds * chartmuseum_response_size_bytes The corresponding total metrics (`*_sum`, `*_count`) do exist, though.

I am using chartmuseum v0.11.0 (v0.10.0 got same issue) and etcd v2.0.9 When I am running : ``` chartmuseum --debug --port=8080 \ --storage="etcd" \ --storage-etcd-cafile="./cert/server.crt" \ --storage-etcd-certfile="./cert/serverCrt.crt" \ --storage-etcd-keyfile="./cert/serverKey.key" \...

https://github.com/helm/chartmuseum/pull/232 is supposed to enable this config variable. However, by reading the code and also running in the debug mode, I suspect that it does not really do what we...

So i have 2 versions of my helmchart called dnsutils in my chartmuseum output of `helm search repo -l` ``` NAME CHART VERSION APP VERSION DESCRIPTION chartmuseum/dnsutils 0.1.0 1.3 A...

When I try to delete a chart ``` curl -XDELETE http://192.168.1.1:8080/api/charts/mychart/1.2.3 ``` It always returns `{"deleted":true}` even if the chart does not exists. I think it should return 404. My...

Is it possible to configure chart museum to use TLS with redis? I believe the go-redis/redis library supports TLS connections automatically if you use a `rediss://` url to configure the...