Skip to content

Commit

Permalink
Bump ASUP version for 23.07
Browse files Browse the repository at this point in the history
  • Loading branch information
jwebster7 committed Aug 4, 2023
1 parent 5762ef1 commit 92860ce
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 @@ -176,7 +176,7 @@ const (
/* Kubernetes operator constants */
OperatorContainerName = "trident-operator"

DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:23.04"
DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:23.07"

// IscsiSelfHealingInterval is an interval with which the iSCSI self-healing thread is called periodically
IscsiSelfHealingInterval = 300 * time.Second
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.04"
autosupportImage: "netapp/trident-autosupport:23.07"
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.04
tridentImage: localhost:5000/netapp/trident:23.07
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.04"
tridentAutosupportImageTag: "23.07"

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

0 comments on commit 92860ce

Please sign in to comment.