Skip to content

Commit

Permalink
Update Trident ASUP version 20.01 -> 21.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jwebster7 authored Oct 27, 2021
1 parent 9d9e902 commit 2b24824
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const (
/* Kubernetes operator constants */
OperatorContainerName = "trident-operator"

DefaultAutosupportImage = "netapp/trident-autosupport:21.01"
DefaultAutosupportImage = "netapp/trident-autosupport:21.10"
)

var (
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:21.01"
autosupportImage: "netapp/trident-autosupport:21.10"
autosupportProxy: "http://proxy.example.com:8888"
2 changes: 1 addition & 1 deletion helm/trident-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tridentSilenceAutosupport: false
tridentAutosupportImage: ""

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

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

0 comments on commit 2b24824

Please sign in to comment.