Skip to content

Commit af7e95f

Browse files
Fix further blob issues
1 parent c1e0520 commit af7e95f

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

config/blobs.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,14 @@ haproxy_exporter/haproxy_exporter-0.15.0.linux-amd64.tar.gz:
9898
size: 8197764
9999
object_id: 3c1ec2f4-e971-4012-627b-f0ba993b35c5
100100
sha: sha256:ac200872b734e2f9c0211997f7f9c0ca5ad6522996c37aed39a732d5f3c0de16
101+
https://github.com/prometheus/influxdb_exporter/releases/download/v0.11.5/influxdb_exporter-0.11.5.linux-amd64.tar.gz:
102+
size: 7259674
103+
object_id: 11ce5c1c-9b93-47a7-62b7-320e7ab70b9e
104+
sha: sha256:30def141bb7e0d074698a22aa36ec4c084cd7394b6504b35ca89a2e94299ebd1
101105
influxdb_exporter/influxdb_exporter-0.11.5.linux-amd64.tar.gz:
102-
size: 7115752
103-
object_id: acf59212-6826-4f50-5bb9-74b18cd73fc1
104-
sha: sha256:dab3b67ca97b1e1c0794fd67574b2797bb606d77f7f7b6ed27a2fbf98fe548cf
106+
size: 7259674
107+
object_id: da7c73d3-de39-457e-4320-765ac057c3c3
108+
sha: sha256:30def141bb7e0d074698a22aa36ec4c084cd7394b6504b35ca89a2e94299ebd1
105109
ingestor_exporter/ingestor_exporter-2.2.0.linux-amd64.tar.gz:
106110
size: 5924704
107111
object_id: a0ce369b-0024-4b67-75ea-2bb51551d9b7
@@ -139,9 +143,9 @@ nginx/pcre-8.45.tar.gz:
139143
object_id: 07d80377-8e45-4f83-7d5b-47c2df280efb
140144
sha: sha256:4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09
141145
postgres_exporter/postgres_exporter-0.15.0.linux-amd64.tar.gz:
142-
size: 8593863
143-
object_id: 43a4ccb7-6607-4d19-725f-62ad64095473
144-
sha: sha256:39e0455ea0eff4297cb6e72c6ff50d82f683ac551b1259a106ba9aaa84132727
146+
size: 8704605
147+
object_id: a017f44f-bd4e-412f-457f-16cc296988b4
148+
sha: sha256:cb89fc5bf4485fb554e0d640d9684fae143a4b2d5fa443009bd29c59f9129e84
145149
prometheus/prometheus-1.8.2.linux-amd64.tar.gz:
146150
size: 17748716
147151
object_id: 54fd8c7b-a676-44cd-64b2-d5788552e607

packages/grafana/packaging

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cp -a ${BOSH_COMPILE_TARGET}/common/* ${BOSH_INSTALL_TARGET}/common
88

99
# Extract grafana package
1010
tar xzvf ${BOSH_COMPILE_TARGET}/grafana/grafana-9.5.15.linux-amd64.tar.gz
11-
cp -a ${BOSH_COMPILE_TARGET}/grafana-9.5.15/* ${BOSH_INSTALL_TARGET}
11+
cp -a ${BOSH_COMPILE_TARGET}/grafana-v9.5.15/* ${BOSH_INSTALL_TARGET}
1212

1313
# Compile freetype (fontconfig dependency)
1414
tar xzvf ${BOSH_COMPILE_TARGET}/freetype/freetype-2.9.1.tar.gz

0 commit comments

Comments
 (0)