From b8bdcc3a2b866296c2639ef683d55a777ef66403 Mon Sep 17 00:00:00 2001 From: Austin Abro Date: Mon, 6 Jan 2025 12:33:26 +0000 Subject: [PATCH] Helm waiter Signed-off-by: Austin Abro --- pkg/kube/wait.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/kube/wait.go b/pkg/kube/wait.go index 044bbbe1d..e74753e57 100644 --- a/pkg/kube/wait.go +++ b/pkg/kube/wait.go @@ -39,6 +39,8 @@ import ( "k8s.io/apimachinery/pkg/util/wait" ) +// HelmWaiter is the legacy implementation of the Waiter interface. This logic was used by default in Helm 3 +// Helm 4 now uses the StatusWaiter interface instead type HelmWaiter struct { c ReadyChecker timeout time.Duration