mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-06 22:19:22 +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) }}
|
chart: ${{ fromJson(needs.lint-chart.outputs.matrix) }}
|
||||||
k8s:
|
k8s:
|
||||||
- v1.25.5
|
- v1.25.5
|
||||||
- v1.23.15
|
|
||||||
- v1.24.9
|
- v1.24.9
|
||||||
|
- v1.23.15
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -76,7 +76,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run kubeconform
|
- name: Run kubeconform
|
||||||
if: ${{ matrix.k8s }}
|
if: ${{ matrix.k8s }}
|
||||||
run: kubeconform -kubernetes-version {{ matrix.k8s }} tmp/combined.yaml
|
run: kubeconform -kubernetes-version ${{ matrix.k8s }} tmp/combined.yaml
|
||||||
|
|
||||||
install-chart:
|
install-chart:
|
||||||
name: install-chart
|
name: install-chart
|
||||||
@@ -87,9 +87,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s:
|
k8s:
|
||||||
- v1.19.11
|
- v1.25.5
|
||||||
- v1.20.7
|
- v1.24.9
|
||||||
- v1.21.2
|
- v1.23.15
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user