mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Fix: kind versions in chart testing (#479)
This commit is contained in:
10
.github/workflows/test-charts.yaml
vendored
10
.github/workflows/test-charts.yaml
vendored
@@ -53,8 +53,8 @@ jobs:
|
||||
chart: ${{ fromJson(needs.lint-chart.outputs.matrix) }}
|
||||
k8s:
|
||||
- v1.25.5
|
||||
- v1.23.15
|
||||
- v1.24.9
|
||||
- v1.23.15
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
|
||||
- name: Run kubeconform
|
||||
if: ${{ matrix.k8s }}
|
||||
run: kubeconform -kubernetes-version {{ matrix.k8s }} tmp/combined.yaml
|
||||
run: kubeconform -kubernetes-version ${{ matrix.k8s }} tmp/combined.yaml
|
||||
|
||||
install-chart:
|
||||
name: install-chart
|
||||
@@ -87,9 +87,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
k8s:
|
||||
- v1.19.11
|
||||
- v1.20.7
|
||||
- v1.21.2
|
||||
- v1.25.5
|
||||
- v1.24.9
|
||||
- v1.23.15
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user