File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
k8s/magiclove/smartctl_exporter Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,8 @@ import (
2525 hostPath : path : " /dev "
2626 }]
2727 containers : [{
28- name : " smartctl-exporter "
29- // Using master for:
30- //
31- // https://github.com/prometheus-community/smartctl_exporter/pull/211
32- //
33- // TODO: Use stable release when available.
34- image : " quay.io/prometheuscommunity/smartctl-exporter:master@sha256:64b3a7880a9d20d8c8835fd852dcadec31bade17085b72afcb351d6c881fa9a1 "
28+ name : " smartctl-exporter "
29+ image : " quay.io/prometheuscommunity/smartctl-exporter:v\(#Version ) "
3530 args : [" --smartctl.interval=2m " ]
3631 ports : [{
3732 name : " http-metrics "
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010#Namespace : #Name
1111
1212// renovate: datasource=github-tags depName=prometheus-community/smartctl_exporter extractVersion=^v(?<version>.*)$
13- #Version : " master-2cc2249 "
13+ #Version : " 0.14.0 "
1414
1515#List : v1 .#List & {
1616 apiVersion : " v1 "
You can’t perform that action at this time.
0 commit comments