Skip to content

Commit

Permalink
Merge pull request #976 from christianknell/renovate/netcupscp-export…
Browse files Browse the repository at this point in the history
…er-ghcr.io-mrueg-netcupscp-exporter-0.x

Update ghcr.io/mrueg/netcupscp-exporter Docker tag to v0.3.2
  • Loading branch information
christianhuth authored Oct 3, 2023
2 parents c7be85d + d0cbec4 commit e9a9dd6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions charts/netcupscp-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: netcupscp-exporter
description: Prometheus Exporter for Netcup Server Control Panel (SCP)
type: application
version: 1.1.0
appVersion: "v0.3.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
maintainers:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/netcupscp-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/netcupscp-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit e9a9dd6

Please sign in to comment.