Skip to content

Commit ac741c8

Browse files
committed
tf/prom: roll latest versions
1 parent 34beaa3 commit ac741c8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

tf/prom/blackbox-exporter.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "helm_release" "blackbox-exporter" {
22
repository = "https://prometheus-community.github.io/helm-charts"
33
chart = "prometheus-blackbox-exporter"
4-
version = "9.3.0"
4+
version = "11.3.1" # 0.27.0
55

66
name = "blackbox-exporter"
77

tf/prom/cloudwatch-exporter.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "helm_release" "cloudwatch-exporter-apne1" {
22
repository = "https://prometheus-community.github.io/helm-charts"
33
chart = "prometheus-cloudwatch-exporter"
4-
version = "0.26.0"
4+
version = "0.28.1" # 0.16.0
55

66
name = "cloudwatch-exporter-apne1"
77

@@ -32,7 +32,7 @@ data "external" "cloudwatch-exporter-config-apne1" {
3232
resource "helm_release" "cloudwatch-exporter-apne1hi" {
3333
repository = "https://prometheus-community.github.io/helm-charts"
3434
chart = "prometheus-cloudwatch-exporter"
35-
version = "0.26.0"
35+
version = "0.28.1" # 0.16.0
3636

3737
name = "cloudwatch-exporter-apne1hi"
3838

tf/prom/snmp-exporter.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "helm_release" "snmp-exporter" {
22
repository = "https://prometheus-community.github.io/helm-charts"
33
chart = "prometheus-snmp-exporter"
4-
version = "8.0.0"
4+
version = "9.6.2"
55

66
name = "snmp-exporter"
77

0 commit comments

Comments
 (0)