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/" 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" */}}