From 511bb164584cc9ed6712e32501cb57908d752742 Mon Sep 17 00:00:00 2001 From: David-T-White <64927637+David-T-White@users.noreply.github.com> Date: Wed, 5 Apr 2023 11:20:28 -0600 Subject: [PATCH] Update values.yaml Update for 1.5.10 Release Signed-off-by: David-T-White <64927637+David-T-White@users.noreply.github.com> --- helm/csi-charts/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/csi-charts/values.yaml b/helm/csi-charts/values.yaml index 7b8a989e..f178da64 100644 --- a/helm/csi-charts/values.yaml +++ b/helm/csi-charts/values.yaml @@ -12,7 +12,7 @@ image: repository: ghcr.io/seagate/seagate-exos-x-csi # -- Tag to use for nodes and controller # @default -- Uses Chart.appVersion value by default if tag does not specify a new version. - tag: "v1.5.9" + tag: "v1.5.10" # -- Default is set to IfNotPresent, to override use Always here to always pull the specified version pullPolicy: Always