File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ const (
176176 /* Kubernetes operator constants */
177177 OperatorContainerName = "trident-operator"
178178
179- DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:23.01 "
179+ DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:23.04 "
180180
181181 // IscsiSelfHealingInterval is an interval with which the iSCSI self-healing thread is called periodically
182182 IscsiSelfHealingInterval = 300 * time .Second
Original file line number Diff line number Diff line change 66 debug : true
77 namespace : trident
88 silenceAutosupport : false
9- autosupportImage : " netapp/trident-autosupport:23.01 "
9+ autosupportImage : " netapp/trident-autosupport:23.04 "
1010 autosupportProxy : " http://proxy.example.com:8888"
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ metadata:
55spec :
66 debug : true
77 namespace : trident
8- tridentImage : localhost:5000/netapp/trident:23.01
8+ tridentImage : localhost:5000/netapp/trident:23.04
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ tridentSilenceAutosupport: false
7777tridentAutosupportImage : " "
7878
7979# tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container.
80- tridentAutosupportImageTag : " 23.01 "
80+ tridentAutosupportImageTag : " 23.04 "
8181
8282# tridentAutosupportProxy allows Trident's autosupport container to phone home via an HTTP proxy.
8383tridentAutosupportProxy : " "
You can’t perform that action at this time.
0 commit comments