Skip to content

Commit 85ebb8b

Browse files
authored
Merge pull request #1271 from stackhpc/prometheus-build
Prevent some prometheus versions go backward with Caracal
2 parents e8d596c + 423e23b commit 85ebb8b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ kolla_image_tags:
1111
ubuntu-jammy: 2024.1-ubuntu-jammy-20240805T142526
1212
bifrost_deploy:
1313
rocky-9: 2024.1-rocky-9-20240725T165045
14+
prometheus:
15+
rocky-9: 2024.1-rocky-9-20240909T143450
16+
ubuntu-jammy: 2024.1-ubuntu-jammy-20240909T143450

etc/kayobe/kolla/kolla-build.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ build_args = {{ (kolla_build_args | default({})).items() | map('join', ':') | jo
1414
type = git
1515
location = https://github.com/stackhpc/requirements
1616
reference = stackhpc/{{ openstack_release }}
17+
18+
[prometheus-v2-server]
19+
version = 2.54.1
20+
sha256 = amd64:31715ef65e8a898d0f97c8c08c03b6b9afe485ac84e1698bcfec90fc6e62924f,arm64:3d9946ca730f2679bbd63e9d40e559a0ba227a638d237e723af1a99bd7098263
21+
22+
[prometheus-memcached-exporter]
23+
version = 0.14.4
24+
sha256 = amd64:e61b9f15959218a38c49b9ba919fca0a3e36e7edf9c607aabcf1ccbbd3b8cc59,arm64:9a28b57bd217e80acd1cdc86cef97e32058f3b2cce75f79baa13b42a27b7291a

0 commit comments

Comments
 (0)