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: ""