mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Fix: remove v prefix from kubeconform (#480)
This commit is contained in:
6
.github/workflows/test-charts.yaml
vendored
6
.github/workflows/test-charts.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user