Skip to content

Commit 03fb7d1

Browse files
authored
Bump ASUP version to 25.06
1 parent fa727e0 commit 03fb7d1

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

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.02"
9+
autosupportImage: "netapp/trident-autosupport:25.06"
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.02"
98+
tridentAutosupportImageTag: "25.06"
9999

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

0 commit comments

Comments
 (0)