From db4a87a444128d3f742d6d133ae4cfeb5577be22 Mon Sep 17 00:00:00 2001 From: "k8s-on-aws-manager-app[bot]" <181735053+k8s-on-aws-manager-app[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 05:02:06 +0000 Subject: [PATCH] cluster-lifecycle-controller: Update to version master-69 Update container-registry.zalando.net/teapot/cluster-lifecycle-controller to version master-69 --- cluster/manifests/cluster-lifecycle-controller/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/manifests/cluster-lifecycle-controller/deployment.yaml b/cluster/manifests/cluster-lifecycle-controller/deployment.yaml index e18811cbb1..ffee24cba5 100644 --- a/cluster/manifests/cluster-lifecycle-controller/deployment.yaml +++ b/cluster/manifests/cluster-lifecycle-controller/deployment.yaml @@ -29,7 +29,7 @@ spec: serviceAccountName: cluster-lifecycle-controller containers: - name: cluster-lifecycle-controller - image: container-registry.zalando.net/teapot/cluster-lifecycle-controller:master-68 + image: container-registry.zalando.net/teapot/cluster-lifecycle-controller:master-69 args: - --drain-grace-period={{.Cluster.ConfigItems.drain_grace_period}} - --drain-min-pod-lifetime={{.Cluster.ConfigItems.drain_min_pod_lifetime}}