From 32bb13e545d91eb8a13ddc2ca058f8b18b7f6a62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:17:08 +0000 Subject: [PATCH 1/4] chore(deps): update prompve/prometheus-pve-exporter docker tag to v3 --- 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 61f29069..c8f71e38 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.1" + tag: "3.5.0" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: [] From d8c74fe284cd74cb7298102370727a50147f7372 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 13 Jan 2025 10:17:36 +0000 Subject: [PATCH 2/4] chore: auto-fix pre-commit changes --- charts/prometheus-pve-exporter/README.md | 2 +- charts/prometheus-pve-exporter/values.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prometheus-pve-exporter/README.md b/charts/prometheus-pve-exporter/README.md index 637ac6b4..184f6bd1 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.1"` | Overrides the image tag | +| image.tag | string | `"3.5.0"` | 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 | diff --git a/charts/prometheus-pve-exporter/values.schema.json b/charts/prometheus-pve-exporter/values.schema.json index 789aebf3..91e444c6 100644 --- a/charts/prometheus-pve-exporter/values.schema.json +++ b/charts/prometheus-pve-exporter/values.schema.json @@ -142,7 +142,7 @@ "type": "string" }, "tag": { - "default": "2.3.1", + "default": "3.5.0", "description": "Overrides the image tag", "required": [], "title": "tag", From b6367e448a11de12e67cf3bc5785e5b711c40976 Mon Sep 17 00:00:00 2001 From: christianhuth Date: Mon, 13 Jan 2025 10:21:24 +0000 Subject: [PATCH 3/4] bump chart and app version --- charts/prometheus-pve-exporter/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/prometheus-pve-exporter/Chart.yaml b/charts/prometheus-pve-exporter/Chart.yaml index 7f353fc1..a9209c3e 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.6 -appVersion: "2.3.1" +version: 2.0.0 +appVersion: "3.5.0" home: https://github.com/christianhuth/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: README format + description: app version to 3.5.0 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 From dae51bae3f58b0e7ae801c8e2540be619b71bb22 Mon Sep 17 00:00:00 2001 From: christianhuth Date: Mon, 13 Jan 2025 10:22:50 +0000 Subject: [PATCH 4/4] removed ct list-changed step --- .github/workflows/chart-linting.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/chart-linting.yml b/.github/workflows/chart-linting.yml index 4205750f..5c8df838 100644 --- a/.github/workflows/chart-linting.yml +++ b/.github/workflows/chart-linting.yml @@ -39,14 +39,6 @@ jobs: - name: Set up chart-testing uses: helm/chart-testing-action@v2.6.1 - - name: Run chart-testing (list-changed) - id: list-changed - run: | - changed=$(ct list-changed --config .github/config/chart-testing.yaml) - if [[ -n "$changed" ]]; then - echo "::set-output name=changed::true" - fi - - name: Run chart-testing (lint) run: ct lint --config .github/config/chart-testing.yaml