Skip to content

Commit bdbfca8

Browse files
committed
chore(k8s/magiclove/smartctl-exporter): v0.14.0
1 parent 10a3d59 commit bdbfca8

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

k8s/magiclove/smartctl_exporter/daemon_set_list.cue

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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"

k8s/magiclove/smartctl_exporter/list.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)