Skip to content

Commit

Permalink
Bumps ASUP version to 24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
reederc42 authored Oct 30, 2024
1 parent b30b3a4 commit 998cd04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ var (
}

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

// DefaultACPImage default image used by tridentctl and operator for acp sidecar
DefaultACPImage = "cr.astra.netapp.io/astra/trident-acp:24.10.0"
Expand Down
2 changes: 1 addition & 1 deletion helm/trident-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ tridentSilenceAutosupport: false
tridentAutosupportImage: ""

# tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container.
tridentAutosupportImageTag: "24.06"
tridentAutosupportImageTag: "24.10"

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

0 comments on commit 998cd04

Please sign in to comment.