Skip to content

Commit

Permalink
Auto-support version bump to 24.06
Browse files Browse the repository at this point in the history
Auto-support version bump to 24.06
  • Loading branch information
agagan authored Jun 28, 2024
1 parent 4514feb commit cb68cb3
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 @@ -252,7 +252,7 @@ var (
}

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

// DefaultACPImage default image used by tridentctl and operator for acp sidecar
DefaultACPImage = "cr.astra.netapp.io/astra/trident-acp:24.06.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 @@ -77,7 +77,7 @@ tridentSilenceAutosupport: false
tridentAutosupportImage: ""

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

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

0 comments on commit cb68cb3

Please sign in to comment.