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 @@ -256,7 +256,7 @@ var (
256256 DefaultAutosupportName = "trident-autosupport"
257257
258258 // DefaultAutosupportImage default image used by tridentctl and operator for asup sidecar
259- DefaultAutosupportImage = fmt .Sprintf ("docker.io/netapp/%s:25.02 " , DefaultAutosupportName )
259+ DefaultAutosupportImage = fmt .Sprintf ("docker.io/netapp/%s:25.06 " , DefaultAutosupportName )
260260
261261 // DefaultACPImage default image used by tridentctl and operator for acp sidecar
262262 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.02 "
9+ autosupportImage : " netapp/trident-autosupport:25.06 "
1010 autosupportProxy : " http://proxy.example.com:8888"
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ tridentExcludeAutosupport: false
9595tridentAutosupportImage : " "
9696
9797# tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container.
98- tridentAutosupportImageTag : " 25.02 "
98+ tridentAutosupportImageTag : " 25.06 "
9999
100100# tridentAutosupportProxy allows Trident's autosupport container to phone home via an HTTP proxy.
101101tridentAutosupportProxy : " "
You can’t perform that action at this time.
0 commit comments