Skip to content

Commit

Permalink
add test for k3s v1.28.2+k3s1
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Nov 9, 2023
1 parent 5321dbe commit 6204e84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
value: [values.yaml]
# k3s releases: https://github.com/k3s-io/k3s/releases
# '' = stable version
k3s_version: [''] # , v1.28.2+k3s1, v1.27.7+k3s1, v1.26.10+k3s1]
k3s_version: ['', v1.28.2+k3s1]
runs-on: ubuntu-latest
env:
# Set KUBECONFIG path to default k3s location
Expand Down Expand Up @@ -86,6 +86,7 @@ jobs:
cd "${{ env.CHART_PATH }}"
helm install ${{ matrix.chart }} . --wait --timeout 5m0s
# Requires OpenShift Cluster to install charts
# helm-dry-run-openshift:
# runs-on: ubuntu-latest
# steps:
Expand Down

0 comments on commit 6204e84

Please sign in to comment.