diff --git a/config/config.go b/config/config.go index 3c5f1ca7d..8a4ce41b7 100644 --- a/config/config.go +++ b/config/config.go @@ -145,7 +145,7 @@ const ( /* Kubernetes operator constants */ OperatorContainerName = "trident-operator" - DefaultAutosupportImage = "netapp/trident-autosupport:22.01" + DefaultAutosupportImage = "netapp/trident-autosupport:22.04" ) var ( diff --git a/deploy/crds/tridentorchestrator_cr_autosupport.yaml b/deploy/crds/tridentorchestrator_cr_autosupport.yaml index 64f664e95..e6d3bea87 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:22.01" + autosupportImage: "netapp/trident-autosupport:22.04" autosupportProxy: "http://proxy.example.com:8888" diff --git a/helm/trident-operator/values.yaml b/helm/trident-operator/values.yaml index 549d2da1f..09fd42b35 100644 --- a/helm/trident-operator/values.yaml +++ b/helm/trident-operator/values.yaml @@ -78,7 +78,7 @@ tridentSilenceAutosupport: false tridentAutosupportImage: "" # tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container. -tridentAutosupportImageTag: "22.01" +tridentAutosupportImageTag: "22.04" # tridentAutosupportProxy allows Trident's autosupport container to phone home via an HTTP proxy tridentAutosupportProxy: ""