Skip to content

Commit

Permalink
bump ASUP version to 23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jwebster7 authored Nov 2, 2023
1 parent e902bbd commit 099087f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ var (
}

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

// DefaultACPImage default image used by tridentctl and operator for acp sidecar
DefaultACPImage = "cr.astra.netapp.io/astra/trident-acp:24.01.0"
Expand Down
2 changes: 1 addition & 1 deletion deploy/crds/tridentorchestrator_cr_autosupport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ spec:
debug: true
namespace: trident
silenceAutosupport: false
autosupportImage: "netapp/trident-autosupport:23.07"
autosupportImage: "netapp/trident-autosupport:23.10"
autosupportProxy: "http://proxy.example.com:8888"
2 changes: 1 addition & 1 deletion deploy/crds/tridentorchestrator_cr_customimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
spec:
debug: true
namespace: trident
tridentImage: localhost:5000/netapp/trident:23.07
tridentImage: localhost:5000/netapp/trident:23.10
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: "23.07"
tridentAutosupportImageTag: "23.10"

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

0 comments on commit 099087f

Please sign in to comment.