From 54b3e8ef441ab6eb37dd1b78daacc29f0cc8a86b Mon Sep 17 00:00:00 2001 From: nazneeninc <63314212+nazneeninc@users.noreply.github.com> Date: Fri, 30 Oct 2020 12:24:38 -0400 Subject: [PATCH] Point trident to 20.10 Trident-ASUP image --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index d59e66618..b5bb157e2 100644 --- a/config/config.go +++ b/config/config.go @@ -133,7 +133,7 @@ const ( /* Kubernetes operator constants */ OperatorContainerName = "trident-operator" - DefaultAutosupportImage = "netapp/trident-autosupport:20.07.0" + DefaultAutosupportImage = "netapp/trident-autosupport:20.10.0" ) var (