Skip to content

Commit d002454

Browse files
committed
fixed build typo
1 parent 311bbbc commit d002454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/kube_prometheus_stack/tasks/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- { name: "docker.io/grafana/grafana", tag: "{{ grafana_image_tag }}" }
77
- { name: "quay.io/prometheus/prometheus", tag: "{{ prometheus_image_tag }}" }
88
- { name: "quay.io/prometheus/alertmanager", tag: "{{ alertmanager_image_tag }}" }
9-
- { name: "quay.io/prometheus-operator/node-exporter", tag: "{{ node_exporter_image_tag }}" }
9+
- { name: "quay.io/prometheus/node-exporter", tag: "{{ node_exporter_image_tag }}" }
1010
- { name: "quay.io/prometheus-operator/prometheus-config-reloader", tag: "{{ kube_prometheus_stack_app_version }}" }
1111
- { name: "quay.io/prometheus-operator/prometheus-operator", tag: "{{ kube_prometheus_stack_app_version }}" }
1212
- { name: "quay.io/kiwigrid/k8s-sidecar", tag: "{{ grafana_sidecar_image_tag }}" }

0 commit comments

Comments
 (0)