Skip to content

Commit

Permalink
Fix to use forked repo for kubeval
Browse files Browse the repository at this point in the history
  • Loading branch information
tei-k committed May 14, 2021
1 parent 874d377 commit f62d17e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm_charts_scalar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
k8s:
- v1.18.1
- v1.19.7

steps:
- name: Checkout
Expand All @@ -74,6 +74,7 @@ jobs:
done
env:
KUBERNETES_VERSION: ${{ matrix.k8s }}
KUBEVAL_SCHEMA_LOCATION: https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master

install-chart:
name: install-chart
Expand Down

0 comments on commit f62d17e

Please sign in to comment.