Skip to content

Commit 998cd04

Browse files
authored
Bumps ASUP version to 24.10
1 parent b30b3a4 commit 998cd04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ var (
246246
}
247247

248248
// DefaultAutosupportImage default image used by tridentctl and operator for asup sidecar
249-
DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:24.06"
249+
DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:24.10"
250250

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

helm/trident-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ tridentSilenceAutosupport: false
9292
tridentAutosupportImage: ""
9393

9494
# tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container.
95-
tridentAutosupportImageTag: "24.06"
95+
tridentAutosupportImageTag: "24.10"
9696

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

0 commit comments

Comments
 (0)