Skip to content

Commit

Permalink
Bump ASUP version to 23.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jwebster7 authored Jul 22, 2023
1 parent 616b3f8 commit d9550d8
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.01"
DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:23.04"

// 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.01"
autosupportImage: "netapp/trident-autosupport:23.04"
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.01
tridentImage: localhost:5000/netapp/trident:23.04
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.01"
tridentAutosupportImageTag: "23.04"

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

0 comments on commit d9550d8

Please sign in to comment.