Fix: remove v prefix from kubeconform (#480)

This commit is contained in:
Ween Jiann
2022-12-23 12:29:23 +08:00
committed by GitHub
parent 1699ddde65
commit 4a7b28f1d0

View File

@@ -52,9 +52,9 @@ jobs:
matrix: matrix:
chart: ${{ fromJson(needs.lint-chart.outputs.matrix) }} chart: ${{ fromJson(needs.lint-chart.outputs.matrix) }}
k8s: k8s:
- v1.25.5 - "1.25.5"
- v1.24.9 - "1.24.9"
- v1.23.15 - "1.23.15"
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2