From ffbdf9e98a2290898b2739e7dcaca406a3ca2209 Mon Sep 17 00:00:00 2001 From: Alexander Yastrebov Date: Wed, 15 Jan 2025 12:25:30 +0100 Subject: [PATCH] skipper: update main to v0.21.247 * https://github.com/zalando/skipper/pull/3358 * https://github.com/zalando/skipper/pull/3357 * https://github.com/zalando/skipper/pull/3359 * https://github.com/zalando/skipper/pull/3311 * https://github.com/zalando/skipper/pull/3361 * https://github.com/zalando/skipper/pull/3267 * https://github.com/zalando/skipper/pull/3363 * https://github.com/zalando/skipper/pull/3313 See: * [changes](https://github.com/zalando/skipper/compare/v0.21.240...v0.21.247) * #8748 Signed-off-by: Alexander Yastrebov --- 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 4840a4119e..8a85e8c87f 100644 --- a/cluster/manifests/skipper/deployment.yaml +++ b/cluster/manifests/skipper/deployment.yaml @@ -1,6 +1,6 @@ {{/* image-updater-bot detects *image variables so use print to disable it for main image */}} -{{ $main_image := print "container-registry.zalando.net/teapot/skipper-internal:" "v0.21.240-1063" }} +{{ $main_image := print "container-registry.zalando.net/teapot/skipper-internal:" "v0.21.247-1070" }} {{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.21.247-1070" }}