From 2b248242679d55fdbcbba87eee3d1220e64c9cf0 Mon Sep 17 00:00:00 2001 From: Joseph Webster <31218426+jwebster7@users.noreply.github.com> Date: Wed, 27 Oct 2021 07:35:43 -0500 Subject: [PATCH] Update Trident ASUP version 20.01 -> 21.10 --- config/config.go | 2 +- deploy/crds/tridentorchestrator_cr_autosupport.yaml | 2 +- helm/trident-operator/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.go b/config/config.go index 1cb734515..8ea00adfd 100644 --- a/config/config.go +++ b/config/config.go @@ -133,7 +133,7 @@ const ( /* Kubernetes operator constants */ OperatorContainerName = "trident-operator" - DefaultAutosupportImage = "netapp/trident-autosupport:21.01" + DefaultAutosupportImage = "netapp/trident-autosupport:21.10" ) var ( diff --git a/deploy/crds/tridentorchestrator_cr_autosupport.yaml b/deploy/crds/tridentorchestrator_cr_autosupport.yaml index c8988c444..46c1244ef 100644 --- a/deploy/crds/tridentorchestrator_cr_autosupport.yaml +++ b/deploy/crds/tridentorchestrator_cr_autosupport.yaml @@ -6,5 +6,5 @@ spec: debug: true namespace: trident silenceAutosupport: false - autosupportImage: "netapp/trident-autosupport:21.01" + autosupportImage: "netapp/trident-autosupport:21.10" autosupportProxy: "http://proxy.example.com:8888" diff --git a/helm/trident-operator/values.yaml b/helm/trident-operator/values.yaml index ea2d729f9..6534dee26 100644 --- a/helm/trident-operator/values.yaml +++ b/helm/trident-operator/values.yaml @@ -40,7 +40,7 @@ tridentSilenceAutosupport: false tridentAutosupportImage: "" # tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container. -tridentAutosupportImageTag: "21.01" +tridentAutosupportImageTag: "21.10" # tridentAutosupportProxy allows Trident's autosupport container to phone home via an HTTP proxy tridentAutosupportProxy: ""