Skip to content

Commit

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

chore(deps): update ghcr.io/mrueg/netcupscp-exporter docker tag to v0.3.3
  • Loading branch information
christianhuth committed Feb 3, 2024
2 parents 830e158 + 2ed2ecf commit a857bea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/config/chart-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ validate-yaml: true
check-version-increment: true
chart-dirs:
- charts
helm-extra-args: --timeout 300s
upgrade: true
skip-missing-values: true
release-label: release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: 3.7

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down
6 changes: 3 additions & 3 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.1
appVersion: "v0.3.2"
version: 1.1.2
appVersion: "v0.3.3"
home: https://github.com/christianknell/helm-charts
icon: https://pbs.twimg.com/profile_images/1148537659637358593/rlfCvTK5_400x400.png
maintainers:
Expand All @@ -15,7 +15,7 @@ annotations:
artifacthub.io/category: monitoring-logging
artifacthub.io/changes: |
- kind: changed
description: bumped image version to v0.3.2
description: bumped image version to v0.3.3
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/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.2"
tag: "v0.3.3"

# -- If defined, uses a Secret to pull an image from a private Docker registry or repository.
imagePullSecrets: []
Expand Down

0 comments on commit a857bea

Please sign in to comment.