Skip to content

Commit

Permalink
Update ASUP version
Browse files Browse the repository at this point in the history
  • Loading branch information
torirevilla authored Jul 28, 2022
1 parent 4129cf4 commit a957050
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 @@ -153,7 +153,7 @@ const (
/* Kubernetes operator constants */
OperatorContainerName = "trident-operator"

DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:22.04"
DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:22.07"
)

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.04"
autosupportImage: "netapp/trident-autosupport:22.07"
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.04"
tridentAutosupportImageTag: "22.07"

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

0 comments on commit a957050

Please sign in to comment.