diff --git a/config/config.go b/config/config.go index ccde17c55..1ca3bbff2 100644 --- a/config/config.go +++ b/config/config.go @@ -252,7 +252,7 @@ var ( } // DefaultAutosupportImage default image used by tridentctl and operator for asup sidecar - DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:24.02" + DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:24.06" // DefaultACPImage default image used by tridentctl and operator for acp sidecar DefaultACPImage = "cr.astra.netapp.io/astra/trident-acp:24.06.0" diff --git a/helm/trident-operator/values.yaml b/helm/trident-operator/values.yaml index 32b7cf911..461d865e8 100644 --- a/helm/trident-operator/values.yaml +++ b/helm/trident-operator/values.yaml @@ -77,7 +77,7 @@ tridentSilenceAutosupport: false tridentAutosupportImage: "" # tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container. -tridentAutosupportImageTag: "24.02" +tridentAutosupportImageTag: "24.06" # tridentAutosupportProxy allows Trident's autosupport container to phone home via an HTTP proxy. tridentAutosupportProxy: ""