From cb68cb389d9dea65eff2d2509b4784827bfbfe5c Mon Sep 17 00:00:00 2001 From: agagan <110954204+agagan@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:41:12 +0530 Subject: [PATCH] Auto-support version bump to 24.06 Auto-support version bump to 24.06 --- 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 ccde17c55..1ca3bbff2 100644 --- a/config/config.go +++ b/config/config.go @@ -252,7 +252,7 @@ var ( } // DefaultAutosupportImage default image used by tridentctl and operator for asup sidecar - DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:24.02" + DefaultAutosupportImage = "docker.io/netapp/trident-autosupport:24.06" // DefaultACPImage default image used by tridentctl and operator for acp sidecar DefaultACPImage = "cr.astra.netapp.io/astra/trident-acp:24.06.0" diff --git a/helm/trident-operator/values.yaml b/helm/trident-operator/values.yaml index 32b7cf911..461d865e8 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: "24.02" +tridentAutosupportImageTag: "24.06" # tridentAutosupportProxy allows Trident's autosupport container to phone home via an HTTP proxy. tridentAutosupportProxy: ""