File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
40
40
- name : Kustomize Build
41
41
run : kustomize build ${{ matrix.overlay }} > ${{ matrix.overlay }}/rendered.yaml
42
42
- name : Run Kubeconform (Default Schemas)
43
- uses : docker://ghcr.io/yannh/kubeconform:v0.6.1
43
+ uses : docker://ghcr.io/yannh/kubeconform:v0.6.6
44
44
with :
45
45
entrypoint : ' /kubeconform'
46
46
args : " -strict -ignore-missing-schemas -schema-location default -summary ${{ matrix.overlay }}/rendered.yaml"
47
47
- name : Run Kubeconform (CRDs)
48
- uses : docker://ghcr.io/yannh/kubeconform:v0.6.1
48
+ uses : docker://ghcr.io/yannh/kubeconform:v0.6.6
49
49
with :
50
50
entrypoint : ' /kubeconform'
51
51
args : " -strict -ignore-missing-schemas -schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' -summary ${{ matrix.overlay }}/rendered.yaml"
You can’t perform that action at this time.
0 commit comments