helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Prometheus community Helm charts

Results 570 helm-charts issues
Sort by recently updated
recently updated
newest added
trafficstars

Using a blank issue because it doesn't rise to the level of a bug but is something that a PR could fix and that I'd be happy to contribute back...

#### What this PR does / why we need it Add `commonLabels` to Pod in Deployment. #### Which issue this PR fixes #### Special notes for your reviewer #### Checklist...

### Describe the bug a clear and concise description of what the bug is. In prometheus-blackbox-exporter and many others the `app.kubernetes.io/version` label is hardcoded to `.Chart.AppVersion` and doesn't reflect changes...

bug

#### What this PR does / why we need it Allows specifying values for default args which cannot be duplicated in extraArgs (fatal error). #### Which issue this PR fixes...

### Describe the bug a clear and concise description of what the bug is. {{- if and .Values.prometheus.prometheusSpec.thanos .Values.prometheus.prometheusSpec.thanos.secretProviderClass }} --- apiVersion: secrets-store.csi.x-k8s.io/v1alpha1 kind: SecretProviderClass metadata: name: {{ template "kube-prometheus-stack.fullname"...

bug

### Is your feature request related to a problem ? The `args` in the DaemonSet template are hardcoded and there is no way to change them https://github.com/prometheus-community/helm-charts/blob/24979b1d1aee425312e039882de3d27c8fa9b607/charts/prometheus-systemd-exporter/templates/daemonset.yaml#L52-L54 Those values are...

enhancement

### Is your feature request related to a problem ? One may have security requirement to scrape exporters via HTTPS only. Current 6.4.0 chart version of prometheus-elasticsearch-exporter allows one to:...

enhancement

#### Background [ArgoCD](https://argo-cd.readthedocs.io/en/stable/user-guide/helm/#declarative) may take Helm charts as inputs, but does not install the Helm charts directly, instead it uses the `helm template` command that produces YAML file resources and...

### Is your feature request related to a problem ? For me as a contributor, the process of linting is dragging on, because * I have to wait for a...

enhancement

### Is your feature request related to a problem ? For the prometheus-node-exporter daemonset to run on a Kubernetes cluster deployed on a SELinux enabled distro, one needs to set...

enhancement