From 31adfdca88a99ddb6a428b910e7abdf84fdfb82c Mon Sep 17 00:00:00 2001 From: Mustafa Abdelrahman Date: Mon, 9 Dec 2024 09:08:47 +0100 Subject: [PATCH] skipper-internal: Update main fleet to version v0.21.224-1047 * https://github.com/zalando/skipper/pull/3271 * https://github.com/zalando/skipper/pull/3283 * https://github.com/zalando/skipper/pull/3284 * https://github.com/zalando/skipper/pull/3285 * https://github.com/zalando/skipper/pull/3281 * https://github.com/zalando/skipper/pull/3282 * https://github.com/zalando/skipper/pull/3294 * https://github.com/zalando/skipper/pull/3293 * https://github.com/zalando/skipper/pull/3292 * https://github.com/zalando/skipper/pull/3291 * https://github.com/zalando/skipper/pull/3288 * https://github.com/zalando/skipper/pull/3300 * https://github.com/zalando/skipper/pull/3301 * https://github.com/zalando/skipper/pull/3290 * https://github.com/zalando/skipper/pull/3328 * https://github.com/zalando/skipper/pull/3319 * https://github.com/zalando/skipper/pull/3325 * https://github.com/zalando/skipper/pull/3310 * https://github.com/zalando/skipper/pull/3307 * https://github.com/zalando/skipper/pull/3322 * https://github.com/zalando/skipper/pull/3326 * https://github.com/zalando/skipper/pull/3289 https://github.com/zalando/skipper/compare/v0.21.220...v0.21.224 follow up on https://github.com/zalando-incubator/kubernetes-on-aws/pull/8574 Signed-off-by: Mustafa Abdelrahman --- 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 38889bd22b..4620454eec 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.220-1043" }} +{{ $main_image := print "container-registry.zalando.net/teapot/skipper-internal:" "v0.21.224-1047" }} {{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.21.224-1047" }}