Skip to content

Commit

Permalink
Bump Trident's ASUP version to 22.04
Browse files Browse the repository at this point in the history
bump asup version to 22.04
  • Loading branch information
jwebster7 authored Apr 29, 2022
1 parent 5fbb53f commit e721974
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 @@ -145,7 +145,7 @@ const (
/* Kubernetes operator constants */
OperatorContainerName = "trident-operator"

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

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:22.01"
autosupportImage: "netapp/trident-autosupport:22.04"
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: "22.01"
tridentAutosupportImageTag: "22.04"

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

0 comments on commit e721974

Please sign in to comment.