Skip to content

Commit

Permalink
feat: simple mtr-exporter chart
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Dec 22, 2024
1 parent 61a2a37 commit 56cdf5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions sickhub/mtr-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ description: A Helm chart for an mtr-exporter pod providing metrics.
type: application
version: 0.0.1
# https://github.com/mgumz/mtr-exporter
# https://hub.docker.com/r/dragoonaethis/mtr-exporter
# TODO: create new regularly updated image
appVersion: "0.3.0"
# https://github.com/mgumz/mtr-exporter/pkgs/container/mtr-exporter
appVersion: "0.4.0"
home: https://github.com/SickHub
keywords:
- mtr
Expand All @@ -20,4 +19,4 @@ maintainers:
annotations:
artifacthub.io/links: |
- name: mtr-exporter image
url: https://hub.docker.com/r/dragoonaethis/mtr-exporter
url: https://github.com/mgumz/mtr-exporter/pkgs/container/mtr-exporter
2 changes: 1 addition & 1 deletion sickhub/mtr-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1

# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
image:
repository: dragoonaethis/mtr-exporter
repository: ghcr.io/mgumz/mtr-exporter
# This sets the pull policy for images.
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
Expand Down

0 comments on commit 56cdf5c

Please sign in to comment.