File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
ansible/roles/kube_prometheus_stack Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ image_list:
9
9
- { name: "quay.io/kiwigrid/k8s-sidecar", tag: "{{ grafana_sidecar_image_tag }}" }
10
10
- { name: "registry.k8s.io/kube-state-metrics/kube-state-metrics", tag: "{{ kube_prometheus_stack_metrics_image_tag }}" }
11
11
- { name: "registry.k8s.io/ingress-nginx/kube-webhook-certgen", tag: "{{ kube_prometheus_stack_patch_image_tag }}" }
12
+ - { name: "quay.io/prometheus/blackbox-exporter", tag: "{{ kube_prometheus_stack_blackbox_exporter_image_tag }}" }
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ kube_prometheus_stack_wait_timeout: 5m
19
19
20
20
kube_prometheus_stack_metrics_image_tag : v2.12.0
21
21
kube_prometheus_stack_patch_image_tag : v20221220-controller-v1.5.1-58-g787ea74b6
22
+ kube_prometheus_stack_blackbox_exporter_image_tag : v0.25.0
22
23
23
24
kube_prometheus_stack_blackbox_exporter_release_name : blackbox-exporter
24
25
Original file line number Diff line number Diff line change 225
225
basic_auth :
226
226
username : " testuser"
227
227
password : " {{ vault_testuser_password }}"
228
+ configReloader :
229
+ image :
230
+ tag : " {{ kube_prometheus_stack_app_version }}" # keeps consistent with pre-pulled image for kube-prometheus-stack
231
+ image :
232
+ tag : " {{ kube_prometheus_stack_blackbox_exporter_image_tag }}"
228
233
wait : yes
229
234
230
235
- name : Install kube-prometheus-stack on target Kubernetes cluster
You can’t perform that action at this time.
0 commit comments