Skip to content

Commit 720a3a5

Browse files
committed
prometheus: Drop some version overrides
Kolla has newer or equal versions for these now.
1 parent 49cd630 commit 720a3a5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -331,14 +331,8 @@ kolla_build_customizations: "{{ kolla_build_customizations_common | combine(koll
331331

332332
# Dict mapping Kolla Dockerfile ARG names to their values.
333333
kolla_build_args:
334-
blackbox_exporter_version: "0.19.0"
335-
haproxy_exporter_version: "0.13.0"
336-
memcached_exporter_version: "0.9.0"
337-
mysqld_exporter_version: "0.13.0"
338-
node_exporter_version: "1.5.0"
334+
node_exporter_version: "1.5.0" # kolla has 1.4.0
339335
node_exporter_sha256sum: "af999fd31ab54ed3a34b9f0b10c28e9acee9ef5ac5a5d5edfdde85437db7acbb"
340-
prometheus_version: "2.35.0"
341-
prometheus_alertmanager_version: "0.24.0"
342336

343337
###############################################################################
344338
# Kolla-ansible inventory configuration.

0 commit comments

Comments
 (0)