StackRadar

proxmox-exporter Helm chart

jhofer-cloud

Scored 14 Sept 2026

A Helm chart for Prometheus Proxmox VE Exporter ## Installation Create a secret with your Proxmox VE credentials: ```bash # Create the pve.yml file with your credentials cat > pve.yml << EOF default: user: prometheus@pve password: sEcr3T! verify_ssl: true # For multiple hosts with different credentials pve1: user: prometheus@pve token_name: "your-token-id-1" token_value: "your-token-value-1" verify_ssl: true pve2: user: prometheus@pve token_name: "your-token-id-2" token_value: "your-token-value-2" verify_ssl: true EOF # Create the Kubernetes secret kubectl create secret generic proxmox-credentials \ --from-file=pve.yml=./pve.yml -n your-namespace ``` ## Configuration ### Monitoring Multiple Proxmox Hosts To monitor multiple Proxmox hosts, configure the ServiceMonitor with multiple targets: ```yaml serviceMonitor: enabled: true extraLabels: release: prometheus targets: - name: pve1 url: 192.168.1.2 additionalMetricsRelabels: datacenter: dc1 - name: pve2 url: 192.168.1.3 additionalMetricsRelabels: datacenter: dc2 ``` ### External Secret Configuration The chart expects an external secret containing the Proxmox credentials. Configure the secret reference: ```yaml secretRef: name: "proxmox-credentials" key: "pve.yml" ``` The content of the secret should be in the format described in the Prometheus PVE Exporter documentation. For multiple hosts, configure your pve.yml with different modules: ```yaml default: user: prometheus@pve password: sEcr3T! verify_ssl: true pve1: user: prometheus@pve token_name: "your-token-id-1" token_value: "your-token-value-1" verify_ssl: true pve2: user: prometheus@pve token_name: "your-token-id-2" token_value: "your-token-value-2" verify_ssl: true ``` Then, in your ServiceMonitor configuration, specify which module to use for each target: ```yaml serviceMonitor: enabled: true module: default # Default module targets: - name: pve1 url: 192.168.1.2 - name: pve2 url: 192.168.1.3 # Override default module additionalMetricsRelabels: module: pve2 ``` ## Examples ### Basic installation with two Proxmox hosts ```yaml # values.yaml secretRef: name: "proxmox-credentials" key: "pve.yml" serviceMonitor: enabled: true extraLabels: release: prometheus targets: - name: pve1 url: 192.168.1.2 - name: pve2 url: 192.168.1.3 ``` ### Disabling specific collectors for large deployments ```yaml # values.yaml extraArgs: - "--no-collector.config" ``` ## Schema For now it only has a simple schema generated with: ```bash helm schema . --no-dependencies -k additionalProperties -k required ```

Latest 1.4.0 1 month agoapp version 3.10.0 0Artifact Hub

proxmox-exporter 1.4.0 deploys 1 container image: prompve/prometheus-pve-exporter. Across them, 28 findings0 critical, 0 high. The highest contribution is ALPINE-CVE-2026-63073 in openssl 3.5.7-r0, fixed in 3.5.8-r0.

Radar Score

34800721

28 findings over 1 of 1 images measured

Radar Score is the sum of every finding’s contribution; the colour is the worst finding’s band.

Container images

1 image
ImageTagVulnerabilitiesRadar Score
prompve/prometheus-pve-exporter3.10.000721348

Rendered with the chart’s default values for linux/amd64. Optional subcharts, images set by operator flags and images inside CRD payloads are not seen and are counted as unmeasured.

Vulnerabilities

28 distinct across the version’s images
SeverityAdvisoryPackageFixed in
MediumALPINE-CVE-2026-63073openssl@3.5.7-r03.5.8-r0
MediumALPINE-CVE-2026-18798openssl@3.5.7-r03.5.8-r0
MediumALPINE-CVE-2026-63076openssl@3.5.7-r03.5.8-r0
MediumALPINE-CVE-2026-14457openssl@3.5.7-r03.5.8-r0
MediumALPINE-CVE-2026-66046expat@2.8.2-r02.8.4-r0
MediumALPINE-CVE-2026-9669python3@3.14.5-r03.14.7-r0
MediumALPINE-CVE-2026-11940python3@3.14.5-r03.14.7-r0
LowALPINE-CVE-2026-14456openssl@3.5.7-r03.5.8-r0
LowALPINE-CVE-2026-7210python3@3.14.5-r03.14.7-r0
LowALPINE-CVE-2026-15308python3@3.14.5-r03.14.7-r0
LowALPINE-CVE-2026-63072openssl@3.5.7-r03.5.8-r0
LowALPINE-CVE-2026-11972python3@3.14.5-r03.14.7-r0
LowALPINE-CVE-2026-76641expat@2.8.2-r02.8.4-r0
LowALPINE-CVE-2026-54874openssl@3.5.7-r03.5.8-r0
LowALPINE-CVE-2026-63075openssl@3.5.7-r03.5.8-r0
LowALPINE-CVE-2026-7774python3@3.14.5-r03.14.7-r0
LowGHSA-wf93-45jw-7689pip@26.1.126.1.2
LowALPINE-CVE-2026-75803openssl@3.5.7-r03.5.8-r0
LowALPINE-CVE-2026-3276python3@3.14.5-r03.14.7-r0
LowALPINE-CVE-2026-76956expat@2.8.2-r02.8.4-r0
LowALPINE-CVE-2026-63074openssl@3.5.7-r03.5.8-r0
LowALPINE-CVE-2026-8328python3@3.14.5-r03.14.7-r0
LowPYSEC-2026-3721pip@26.1.226.2
LowALPINE-CVE-2025-15366python3@3.14.5-r03.14.7-r0
LowALPINE-CVE-2026-76957expat@2.8.2-r02.8.4-r0
LowALPINE-CVE-2026-4360python3@3.14.5-r03.14.7-r0
LowALPINE-CVE-2026-0864python3@3.14.5-r03.14.7-r0
LowALPINE-CVE-2026-6879python3@3.14.5-r03.14.7-r0

Indexed versions

VersionPublishedApp versionVulnerabilitiesRadar Score
1.4.0latest1 month ago3.10.000721348

The latest version and the previous major, as selected nightly from the repository’s index.

README badge
[![Radar Score](https://charts.stackradar.io/badge/jhofer-cloud/proxmox-exporter.svg)](https://charts.stackradar.io/charts/jhofer-cloud/proxmox-exporter)

Markdown. The badge shows the latest version’s band and Radar Score, refreshed daily.

helm v3.16.4 · syft 1.42.1 · rendered 8 Sept 2026 · scanned 14 Sept 2026 · advisories as of 14 Sept 2026

Corrections: contact@stackradar.io

Catalogue: Artifact Hub · Advisories: OSV · Exploitation: FIRST EPSS, CISA KEV.