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

Fixes #49 Use case: Vault sidecar injection https://www.vaultproject.io/docs/platform/k8s/injector/examples#environment-variable-example Able to source environment variables from a volume mount prior to starting the `/chartmuseum` binary, e.g.: ```yaml command: ['/bin/sh', '-c', 'source /vault/secrets/config...

Current 'restricted' kubernetes pod policy standarts (https://kubernetes.io/docs/concepts/security/pod-security-standards/) require the following to be set up: ``` spec: template: spec: securityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault ``` Current helm chart contains setting...

Add Pod Distruption Budget option.

The Prometheus operator have deprecated the `.spec.endpoints.targetPort` in ServiceMonitors in favor of `port`. Atm. the Service in the Helm chart points directly to `service.targetPort` if used (), otherwise directly to...

The sidecarContainers segment was above the resources definition for the main container, giving an error if resources was defined in the sidecar and would cause resources not being defined for...

"Pod Topology Spread Constraints" can help to achieve high availability as well as efficient resource utilization. Source:

Use case: Vault sidecar injection e.g. https://www.vaultproject.io/docs/platform/k8s/injector/examples#environment-variable-example Since the entrypoint is `/chartmuseum`, it's not possible to source as in Hashicorp's examples. I've also attempted the following, but Kubernetes only seems...

There is an issue when you use an pvc to store your charts and want to re-deploy. In this case, whenever you re-deploy, as the default rolling update strategy is...

Hi , we are using package Version: Chartmuseum helm chart version: 3.7.1 Chartmuseum image version: 0.13.1 we tested Basic Authentication as given in this page by creating secreate https://github.com/chartmuseum/charts/tree/main/src/chartmuseum#authentication kubectl...

From @cpboyd (https://github.com/helm/chartmuseum/issues/581) From https://artifacthub.io/packages/helm/chartmuseum/chartmuseum#extra-paths: ```sh helm install my-chartmuseum chartmuseum/chartmuseum \ --set ingress.enabled=true \ --set ingress.hosts[0].name=chartmuseum.domain.com \ --set ingress.extraPaths[0].service=ssl-redirect \ --set ingress.extraPaths[0].port=use-annotation \ ``` This, however, results in the following...

enhancement
good first issue