diff --git a/cluster/manifests/skipper/deployment.yaml b/cluster/manifests/skipper/deployment.yaml index f87b5bb850..652a35c4af 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 name with suffix to disable it for the main image */}} {{ $main_image_updated_manually := "container-registry.zalando.net/teapot/skipper-internal:v0.24.58-1387" }} -{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.24.58-1387" }} +{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.24.64-1393" }} {{/* Allow to override manually canary image by config item */}} {{ if ne .Cluster.ConfigItems.skipper_ingress_canary_image "" }}