Skip to content

Commit dac6850

Browse files
Update ghcr.io/yannh/kubeconform Docker tag to v0.6.6
1 parent e17856e commit dac6850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
- name: Kustomize Build
4141
run: kustomize build ${{ matrix.overlay }} > ${{ matrix.overlay }}/rendered.yaml
4242
- 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
4444
with:
4545
entrypoint: '/kubeconform'
4646
args: "-strict -ignore-missing-schemas -schema-location default -summary ${{ matrix.overlay }}/rendered.yaml"
4747
- name: Run Kubeconform (CRDs)
48-
uses: docker://ghcr.io/yannh/kubeconform:v0.6.1
48+
uses: docker://ghcr.io/yannh/kubeconform:v0.6.6
4949
with:
5050
entrypoint: '/kubeconform'
5151
args: "-strict -ignore-missing-schemas -schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' -summary ${{ matrix.overlay }}/rendered.yaml"

0 commit comments

Comments
 (0)