charts icon indicating copy to clipboard operation
charts copied to clipboard

ChartMuseum Project Helm Charts

Results 25 charts issues
Sort by recently updated
recently updated
newest added

`Overview:` We deployed chart museum using ArgoCD but we are unable to use HPA for scaling out and in of the replicasets for chart museum deployments. this is because we...

Hello, With flux integration enabled and using spot instances we observe quite a few issues when downloading charts - the issue could be mitigated by running Chartmuseum in HA mode...

We have a use case where we are generating manifests using `helm template` and then using `kubectl apply` to add them to the cluster. We can't use `kubectl apply --namespace...

We transitioned to using this chart after the original helm chart for chart museum was deprecated. The new instance has been deployed however the application seems to not be actually...

With Helm 3.x, `.Capabilities.KubeVersion.GitVersion` is deprecated (see https://github.com/helm/helm/blob/master/pkg/chartutil/capabilities.go#L60). To avert future breakage, the chart should use `.Capabilities.KubeVersion.Version` in ingress.yaml when selecting which kubernetes version to pick the apiVersion for the...

I want to disable the nfs option in the pv adds `persistence.pv.nfs.enable` option

I am deploying Chart museum using helm charts, and below is my configuration file ``` spec: values: env: open: STORAGE: amazon STORAGE_AMAZON_BUCKET: xxxx-helm-charts STORAGE_AMAZON_PREFIX: xxxx-charts-s3 STORAGE_AMAZON_REGION: eu-central-1 AWS_SHARED_CREDENTIALS_FILE: /aws/credentials AWS_REGION:...

When trying to install the latest chart version with aws-load-balancer-controller. ``` Diagnostics: eks:index:Cluster$aws:eks/cluster:Cluster (eks-cluster-eksCluster) Cluster is ready kubernetes:helm.sh/v3:Chart$kubernetes:apps/v1:Deployment (chartmuseum/chartmuseum) [1/2] Waiting for app ReplicaSet be marked available warning: [MinimumReplicasUnavailable] Deployment...

Hi, Going through the installation instructions and chart templates, I find no option for enabling TLS in the application but only on ingress. What are the steps required to enable...

Fixes #43 - Support string `name` in service `port:` (from #37, rebased to latest) - Allow `service:` name override for individual services Example below uses `service: ssl-redirect` with `port: use-annotation`....