diff --git a/config/config.go b/config/config.go index c28429721..4056402a9 100644 --- a/config/config.go +++ b/config/config.go @@ -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 diff --git a/deploy/crds/tridentorchestrator_cr_autosupport.yaml b/deploy/crds/tridentorchestrator_cr_autosupport.yaml index d963cab57..5b2daec69 100644 --- a/deploy/crds/tridentorchestrator_cr_autosupport.yaml +++ b/deploy/crds/tridentorchestrator_cr_autosupport.yaml @@ -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" diff --git a/deploy/crds/tridentorchestrator_cr_customimage.yaml b/deploy/crds/tridentorchestrator_cr_customimage.yaml index c7465dab6..521cdc539 100644 --- a/deploy/crds/tridentorchestrator_cr_customimage.yaml +++ b/deploy/crds/tridentorchestrator_cr_customimage.yaml @@ -5,4 +5,4 @@ metadata: spec: debug: true namespace: trident - tridentImage: localhost:5000/netapp/trident:23.04 + tridentImage: localhost:5000/netapp/trident:23.07 diff --git a/helm/trident-operator/values.yaml b/helm/trident-operator/values.yaml index a6c109101..0dfc6d388 100644 --- a/helm/trident-operator/values.yaml +++ b/helm/trident-operator/values.yaml @@ -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: ""