File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ var (
401401 DefaultAutosupportName = "trident-autosupport"
402402
403403 // DefaultAutosupportImage default image used by tridentctl and operator for asup sidecar
404- DefaultAutosupportImage = fmt .Sprintf ("docker.io/netapp/%s:25.10 " , DefaultAutosupportName )
404+ DefaultAutosupportImage = fmt .Sprintf ("docker.io/netapp/%s:26.02 " , DefaultAutosupportName )
405405
406406 // DefaultACPImage default image used by tridentctl and operator for acp sidecar
407407 DefaultACPImage = "cr.astra.netapp.io/astra/trident-acp:24.10.0"
Original file line number Diff line number Diff line change 66 debug : true
77 namespace : trident
88 silenceAutosupport : false
9- autosupportImage : " netapp/trident-autosupport:25.10 "
9+ autosupportImage : " netapp/trident-autosupport:26.02 "
1010 autosupportProxy : " http://proxy.example.com:8888"
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ tridentExcludeAutosupport: false
9898tridentAutosupportImage : " "
9999
100100# tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container.
101- tridentAutosupportImageTag : " 25.10 "
101+ tridentAutosupportImageTag : " 26.02 "
102102
103103# tridentAutosupportProxy allows Trident's autosupport container to phone home via an HTTP proxy.
104104tridentAutosupportProxy : " "
You can’t perform that action at this time.
0 commit comments