From 998cd04d30e3e9a81ad4f6f3df77ec826282d47b Mon Sep 17 00:00:00 2001 From: reederc42 Date: Wed, 30 Oct 2024 13:07:56 -0700 Subject: [PATCH] Bumps ASUP version to 24.10 --- config/config.go | 2 +- helm/trident-operator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.go b/config/config.go index ffdd99b66..08462edd6 100644 --- a/config/config.go +++ b/config/config.go @@ -246,7 +246,7 @@ var ( } // DefaultAutosupportImage default image used by tridentctl and operator for asup sidecar - DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:24.06" + DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:24.10" // DefaultACPImage default image used by tridentctl and operator for acp sidecar DefaultACPImage = "cr.astra.netapp.io/astra/trident-acp:24.10.0" diff --git a/helm/trident-operator/values.yaml b/helm/trident-operator/values.yaml index a2e7c1d80..4b2c34279 100644 --- a/helm/trident-operator/values.yaml +++ b/helm/trident-operator/values.yaml @@ -92,7 +92,7 @@ tridentSilenceAutosupport: false tridentAutosupportImage: "" # tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container. -tridentAutosupportImageTag: "24.06" +tridentAutosupportImageTag: "24.10" # tridentAutosupportProxy allows Trident's autosupport container to phone home via an HTTP proxy. tridentAutosupportProxy: ""