Skip to content

Commit

Permalink
bump Trident ASUP version to 22.01
Browse files Browse the repository at this point in the history
  • Loading branch information
jwebster7 authored Jan 28, 2022
1 parent 7a457ea commit c6f1516
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 @@ -134,7 +134,7 @@ const (
/* Kubernetes operator constants */
OperatorContainerName = "trident-operator"

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

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.10"
autosupportImage: "netapp/trident-autosupport:22.01"
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 @@ -78,7 +78,7 @@ tridentSilenceAutosupport: false
tridentAutosupportImage: ""

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

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

0 comments on commit c6f1516

Please sign in to comment.