From aeda19a1b3cf337cd97917d69f3202c3ad641732 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:19:29 +0000 Subject: [PATCH 1/3] Update ghcr.io/mrueg/netcupscp-exporter Docker tag to v0.3.2 --- charts/netcupscp-exporter/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/netcupscp-exporter/values.yaml b/charts/netcupscp-exporter/values.yaml index 1c84abb3..aff94a4c 100644 --- a/charts/netcupscp-exporter/values.yaml +++ b/charts/netcupscp-exporter/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "v0.3.0" + tag: "v0.3.2" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: [] From 04416f79a58bc6f46af37327bf31faa0e407c4a8 Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Tue, 3 Oct 2023 17:48:44 +0200 Subject: [PATCH 2/3] updated Readme and changes annotation --- charts/netcupscp-exporter/Chart.yaml | 5 ++++- charts/netcupscp-exporter/README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/netcupscp-exporter/Chart.yaml b/charts/netcupscp-exporter/Chart.yaml index 77ca53f0..7b269fa4 100644 --- a/charts/netcupscp-exporter/Chart.yaml +++ b/charts/netcupscp-exporter/Chart.yaml @@ -3,7 +3,7 @@ name: netcupscp-exporter description: Prometheus Exporter for Netcup Server Control Panel (SCP) type: application version: 1.1.0 -appVersion: "v0.3.0" +appVersion: "v0.3.2" home: https://github.com/christianknell/helm-charts icon: https://pbs.twimg.com/profile_images/1148537659637358593/rlfCvTK5_400x400.png maintainers: @@ -13,6 +13,9 @@ sources: - https://github.com/mrueg/netcupscp-exporter annotations: artifacthub.io/category: monitoring-logging + artifacthub.io/changes: | + - kind: changed + description: bumped image version to v0.3.2 artifacthub.io/screenshots: | - title: Export information about your Servers from Netcup SCP as Prometheus metrics. url: https://www.netcup-wiki.de/images/SCP-Willkommen.png diff --git a/charts/netcupscp-exporter/README.md b/charts/netcupscp-exporter/README.md index ce034788..5649f20d 100644 --- a/charts/netcupscp-exporter/README.md +++ b/charts/netcupscp-exporter/README.md @@ -58,7 +58,7 @@ The command removes all the Kubernetes components associated with the chart and | image.pullPolicy | string | `"Always"` | image pull policy | | image.registry | string | `"ghcr.io"` | image registry | | image.repository | string | `"mrueg/netcupscp-exporter"` | image repository | -| image.tag | string | `"v0.3.0"` | Overrides the image tag | +| image.tag | string | `"v0.3.2"` | Overrides the image tag | | imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | From d0cbec49c0aa950a44e6779b8bc4a092429bfdbd Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Tue, 3 Oct 2023 18:08:48 +0200 Subject: [PATCH 3/3] Update Chart.yaml --- charts/netcupscp-exporter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/netcupscp-exporter/Chart.yaml b/charts/netcupscp-exporter/Chart.yaml index 7b269fa4..02d74171 100644 --- a/charts/netcupscp-exporter/Chart.yaml +++ b/charts/netcupscp-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: netcupscp-exporter description: Prometheus Exporter for Netcup Server Control Panel (SCP) type: application -version: 1.1.0 +version: 1.1.1 appVersion: "v0.3.2" home: https://github.com/christianknell/helm-charts icon: https://pbs.twimg.com/profile_images/1148537659637358593/rlfCvTK5_400x400.png