From 2e7261426ad6cb202f868c4ce7c1108046bc1465 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Fri, 28 Oct 2022 14:45:24 +0800 Subject: [PATCH] fix chart needs test issue Signed-off-by: yxxhero --- test/integration/issue.455/helmfile.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/issue.455/helmfile.yaml b/test/integration/issue.455/helmfile.yaml index 73a8fa00..8325039d 100644 --- a/test/integration/issue.455/helmfile.yaml +++ b/test/integration/issue.455/helmfile.yaml @@ -6,5 +6,6 @@ releases: chart: ./azuredisk-csi-storageclass - name: azuredisk-csi-driver chart: azuredisk-csi-driver/azuredisk-csi-driver + version: v1.23.0 needs: - azuredisk-csi-storageclass \ No newline at end of file