Skip to content

Commit 5a6761d

Browse files
authored
Bump ASUP version to 25.10
1 parent c3bded6 commit 5a6761d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ var (
415415
DefaultAutosupportName = "trident-autosupport"
416416

417417
// DefaultAutosupportImage default image used by tridentctl and operator for asup sidecar
418-
DefaultAutosupportImage = fmt.Sprintf("docker.io/netapp/%s:25.06", DefaultAutosupportName)
418+
DefaultAutosupportImage = fmt.Sprintf("docker.io/netapp/%s:25.10", DefaultAutosupportName)
419419

420420
// DefaultACPImage default image used by tridentctl and operator for acp sidecar
421421
DefaultACPImage = "cr.astra.netapp.io/astra/trident-acp:24.10.0"

deploy/crds/tridentorchestrator_cr_autosupport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ spec:
66
debug: true
77
namespace: trident
88
silenceAutosupport: false
9-
autosupportImage: "netapp/trident-autosupport:25.06"
9+
autosupportImage: "netapp/trident-autosupport:25.10"
1010
autosupportProxy: "http://proxy.example.com:8888"

helm/trident-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ tridentExcludeAutosupport: false
9595
tridentAutosupportImage: ""
9696

9797
# tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container.
98-
tridentAutosupportImageTag: "25.06"
98+
tridentAutosupportImageTag: "25.10"
9999

100100
# tridentAutosupportProxy allows Trident's autosupport container to phone home via an HTTP proxy.
101101
tridentAutosupportProxy: ""

0 commit comments

Comments
 (0)