Skip to content

Commit

Permalink
Update ghcr.io/yannh/kubeconform Docker tag to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2023
1 parent e17856e commit 6125f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- name: Kustomize Build
run: kustomize build ${{ matrix.overlay }} > ${{ matrix.overlay }}/rendered.yaml
- name: Run Kubeconform (Default Schemas)
uses: docker://ghcr.io/yannh/kubeconform:v0.6.1
uses: docker://ghcr.io/yannh/kubeconform:v0.6.4
with:
entrypoint: '/kubeconform'
args: "-strict -ignore-missing-schemas -schema-location default -summary ${{ matrix.overlay }}/rendered.yaml"
- name: Run Kubeconform (CRDs)
uses: docker://ghcr.io/yannh/kubeconform:v0.6.1
uses: docker://ghcr.io/yannh/kubeconform:v0.6.4
with:
entrypoint: '/kubeconform'
args: "-strict -ignore-missing-schemas -schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' -summary ${{ matrix.overlay }}/rendered.yaml"
Expand Down

0 comments on commit 6125f59

Please sign in to comment.