File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ansible/roles/kube_prometheus_stack/tasks Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 }}" }
You can’t perform that action at this time.
0 commit comments