diff --git a/cluster/manifests/skipper/deployment.yaml b/cluster/manifests/skipper/deployment.yaml index 1f2e0dccff..a350c71513 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.74-1406" }} -{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.24.74-1406" }} +{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.24.77-1409" }} {{/* Allow to override manually canary image by config item */}} {{ if ne .Cluster.ConfigItems.skipper_ingress_canary_image "" }}