From 90522047a6e43724aa2b01802b8ccb7ff6e1a9a7 Mon Sep 17 00:00:00 2001 From: 418 I'm a teapot Date: Thu, 26 Sep 2024 10:42:48 +0200 Subject: [PATCH 1/2] prometheus: Update to version v2.54.1-master-58 Update container-registry.zalando.net/teapot/prometheus to version v2.54.1-master-58 --- cluster/manifests/prometheus/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/manifests/prometheus/statefulset.yaml b/cluster/manifests/prometheus/statefulset.yaml index 50927eb999..84fdaaf176 100644 --- a/cluster/manifests/prometheus/statefulset.yaml +++ b/cluster/manifests/prometheus/statefulset.yaml @@ -57,7 +57,7 @@ spec: mountPath: /prometheus containers: - name: prometheus - image: container-registry.zalando.net/teapot/prometheus:v2.53.1-master-57 + image: container-registry.zalando.net/teapot/prometheus:v2.54.1-master-58 args: - "--config.file=/prometheus/prometheus.yaml" - "--storage.tsdb.path=/prometheus/" From ed652bed07e4cd7a43c5bc696b5c36c05c1aa04a Mon Sep 17 00:00:00 2001 From: Roman Zavodskikh Date: Wed, 25 Sep 2024 11:53:56 +0200 Subject: [PATCH 2/2] Update skipper version, step 1/2 + https://github.com/zalando/skipper/pull/3227 + https://github.com/zalando/skipper/pull/3225 + https://github.com/zalando/skipper/pull/3234 + https://github.com/zalando/skipper/pull/3239 + https://github.com/zalando/skipper/pull/3240 + https://github.com/zalando/skipper/pull/3241 + https://github.com/zalando/skipper/pull/3242 + https://github.com/zalando/skipper/pull/3245 + https://github.com/zalando/skipper/pull/3246 + https://github.com/zalando/skipper/pull/3247 + https://github.com/zalando/skipper/pull/3249 + https://github.com/zalando/skipper/pull/3248 FYI https://github.com/zalando/skipper/compare/v0.21.198...v0.21.208 Signed-off-by: Roman Zavodskikh --- cluster/manifests/skipper/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/manifests/skipper/deployment.yaml b/cluster/manifests/skipper/deployment.yaml index 67de7c527c..95939e25b0 100644 --- a/cluster/manifests/skipper/deployment.yaml +++ b/cluster/manifests/skipper/deployment.yaml @@ -1,7 +1,7 @@ {{/* image-updater-bot detects *image variables so use __ suffux to disable it for main image */}} {{ $main_image__ := "container-registry.zalando.net/teapot/skipper-internal:v0.21.198-1017" }} -{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.21.198-1017" }} +{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.21.208-1027" }} {{/* Optional canary arguments separated by "[cf724afc]" to allow whitespaces, e.g. "-foo=has a whitespace[cf724afc]-baz=qux" */}}