Skip to content

Commit 9b036d1

Browse files
committed
bump: testing with prom operator 0.81.0 and bumping k8s-sidecar to 1.30.0
Signed-off-by: Valentin Daviot <valentin.daviot@scality.com>
1 parent e7c77d2 commit 9b036d1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

buildchain/buildchain/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
PROMETHEUS_REPOSITORY: str = "quay.io/prometheus"
3333
THANOS_REPOSITORY: str = "quay.io/thanos"
3434
CERT_MANAGER_REPOSITORY: str = "quay.io/jetstack"
35-
NODE_EXPORTER_REPOSITORY: str = "prom/node-exporter"
3635

3736
# Paths {{{
3837

buildchain/buildchain/versions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
150150
),
151151
Image(
152152
name="k8s-sidecar",
153-
version="1.28.0",
154-
digest="sha256:4166a019eeafd1f0fef4d867dc5f224f18d84ec8681dbb31f3ca258ecf07bcf2",
153+
version="1.30.0",
154+
digest="sha256:9a326271c439b6f9e174f3b48ed132bbff71c00592c7dbd072ccdc334445bde2",
155155
),
156156
Image(
157157
name="kube-apiserver",
@@ -217,8 +217,8 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
217217
),
218218
Image(
219219
name="prometheus-operator",
220-
version="v0.82.0",
221-
digest="sha256:1c5cdfc2f5fe97ebaa91e750fae62f0915abaa79c85acb30bc523eae93297f50",
220+
version="v0.81.0",
221+
digest="sha256:5f6a204b252e901b97486ff409c74f48cdbb4cf83731355b08f1155febad6822",
222222
),
223223
Image(
224224
name="thanos",

0 commit comments

Comments
 (0)