From 4a7b28f1d0ef8993fc457e95a3c14f53c6e8747e Mon Sep 17 00:00:00 2001 From: Ween Jiann <16207788+lwj5@users.noreply.github.com> Date: Fri, 23 Dec 2022 12:29:23 +0800 Subject: [PATCH] Fix: remove v prefix from kubeconform (#480) --- .github/workflows/test-charts.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-charts.yaml b/.github/workflows/test-charts.yaml index 356be8d..2affc56 100644 --- a/.github/workflows/test-charts.yaml +++ b/.github/workflows/test-charts.yaml @@ -52,9 +52,9 @@ jobs: matrix: chart: ${{ fromJson(needs.lint-chart.outputs.matrix) }} k8s: - - v1.25.5 - - v1.24.9 - - v1.23.15 + - "1.25.5" + - "1.24.9" + - "1.23.15" steps: - name: Checkout uses: actions/checkout@v2