Skip to content

Commit 57643c8

Browse files
authored
Bump ASUP version to 26.02
1 parent d9496d9 commit 57643c8

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
@@ -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"

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.10"
9+
autosupportImage: "netapp/trident-autosupport:26.02"
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
@@ -98,7 +98,7 @@ tridentExcludeAutosupport: false
9898
tridentAutosupportImage: ""
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.
104104
tridentAutosupportProxy: ""

0 commit comments

Comments
 (0)