mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-28 05:47:23 +00:00
Increase kubernetes versions test matrix for smoke tests
This allows us to test this branch with multiple kubernetes versions.
This commit is contained in:
@@ -17,6 +17,12 @@ on:
|
||||
jobs:
|
||||
deploy-manifests:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
kubernetes-version:
|
||||
- 1.17
|
||||
- 1.18
|
||||
- 1.19
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@@ -35,7 +41,7 @@ jobs:
|
||||
- name: Create 5 node kind cluster
|
||||
uses: helm/kind-action@master
|
||||
with:
|
||||
config: .github/kind-cluster.yaml
|
||||
config: .github/kind-cluster-${{ matrix.kubernetes-version}}.yaml
|
||||
|
||||
- name: Deploy kured on default namespace with its helm chart
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user