Skip to content

Commit d9550d8

Browse files
authored
Bump ASUP version to 23.04
1 parent 616b3f8 commit d9550d8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ const (
176176
/* Kubernetes operator constants */
177177
OperatorContainerName = "trident-operator"
178178

179-
DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:23.01"
179+
DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:23.04"
180180

181181
// IscsiSelfHealingInterval is an interval with which the iSCSI self-healing thread is called periodically
182182
IscsiSelfHealingInterval = 300 * time.Second

deploy/crds/tridentorchestrator_cr_autosupport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ spec:
66
debug: true
77
namespace: trident
88
silenceAutosupport: false
9-
autosupportImage: "netapp/trident-autosupport:23.01"
9+
autosupportImage: "netapp/trident-autosupport:23.04"
1010
autosupportProxy: "http://proxy.example.com:8888"

deploy/crds/tridentorchestrator_cr_customimage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ metadata:
55
spec:
66
debug: true
77
namespace: trident
8-
tridentImage: localhost:5000/netapp/trident:23.01
8+
tridentImage: localhost:5000/netapp/trident:23.04

helm/trident-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tridentSilenceAutosupport: false
7777
tridentAutosupportImage: ""
7878

7979
# tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container.
80-
tridentAutosupportImageTag: "23.01"
80+
tridentAutosupportImageTag: "23.04"
8181

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

0 commit comments

Comments
 (0)