From 1f013aae2592ee91e8dbc71273f496b1fa6f2724 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 19:13:09 +0000 Subject: [PATCH 1/2] Update prompve/prometheus-pve-exporter Docker tag to v2.3.1 --- charts/prometheus-pve-exporter/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-pve-exporter/values.yaml b/charts/prometheus-pve-exporter/values.yaml index 50d13222..61f29069 100644 --- a/charts/prometheus-pve-exporter/values.yaml +++ b/charts/prometheus-pve-exporter/values.yaml @@ -9,7 +9,7 @@ image: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "2.3.0" + tag: "2.3.1" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: [] From 72fe3b4a68cd4235ee608c5c2cc2b4d9c935d3af Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Tue, 19 Sep 2023 16:45:48 +0200 Subject: [PATCH 2/2] updated README and Chart.yaml --- charts/prometheus-pve-exporter/Chart.yaml | 6 +++--- charts/prometheus-pve-exporter/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/prometheus-pve-exporter/Chart.yaml b/charts/prometheus-pve-exporter/Chart.yaml index 5b06605b..c42e4d22 100644 --- a/charts/prometheus-pve-exporter/Chart.yaml +++ b/charts/prometheus-pve-exporter/Chart.yaml @@ -3,8 +3,8 @@ apiVersion: v2 name: prometheus-pve-exporter description: A Helm chart for bootstrapping a PVE Exporter. Uses ServiceMonitor to collect metrics. type: application -version: 1.2.0 -appVersion: "2.3.0" +version: 1.2.1 +appVersion: "2.3.1" home: https://github.com/christianknell/helm-charts icon: https://camo.githubusercontent.com/2df2ac41e1b8a1484be236c75e395981b31bfd670eff46b5c182ea0be9475310/68747470733a2f2f7777772e70726f786d6f782e636f6d2f696d616765732f70726f786d6f782f50726f786d6f785f73796d626f6c5f7374616e646172645f6865782e706e67 maintainers: @@ -16,7 +16,7 @@ annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - kind: changed - description: image version to 2.3.0 + description: image version to 2.3.1 artifacthub.io/screenshots: | - title: Add an user inside of Proxmox, that will be used for the Exporter. url: https://xinux.net/images/6/6e/Prometheus-proxmox-grafana-user.png diff --git a/charts/prometheus-pve-exporter/README.md b/charts/prometheus-pve-exporter/README.md index 91a05201..79aafeae 100644 --- a/charts/prometheus-pve-exporter/README.md +++ b/charts/prometheus-pve-exporter/README.md @@ -64,7 +64,7 @@ The command removes all the Kubernetes components associated with the chart and | fullnameOverride | string | `""` | String to fully override `"prometheus-pve-exporter.fullname"` | | image.pullPolicy | string | `"Always"` | image pull policy | | image.repository | string | `"prompve/prometheus-pve-exporter"` | image repository | -| image.tag | string | `"2.3.0"` | Overrides the image tag | +| image.tag | string | `"2.3.1"` | Overrides the image tag | | imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | nameOverride | string | `""` | Provide a name in place of `prometheus-pve-exporter` | | nodeSelector | object | `{}` | Node labels for pod assignment |