Skip to content

Commit

Permalink
Update validate-manifests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko authored Jun 27, 2024
1 parent 1bcb118 commit 23f504c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Set up Kubeconform
uses: bmuschko/setup-kubeconform@v1
- name: Validate Against Kubernetes Schema
run: kubeconform -kubernetes-version=1.29.1 -ignore-filename-pattern=.github/workflows -ignore-filename-pattern=.json$ -ignore-filename-pattern=exercises/15-helm-build-chart -ignore-filename-pattern=exercises/16-api-deprecation/deployment.yaml -ignore-filename-pattern=exercises/20-crd -ignore-filename-pattern=exercises/25-configmap/application.yaml -summary .
run: kubeconform -kubernetes-version=1.30.2 -ignore-filename-pattern=.github/workflows -ignore-filename-pattern=.json$ -ignore-filename-pattern=exercises/15-helm-build-chart -ignore-filename-pattern=exercises/16-api-deprecation/deployment.yaml -ignore-filename-pattern=exercises/20-crd -ignore-filename-pattern=exercises/25-configmap/application.yaml -summary .

0 comments on commit 23f504c

Please sign in to comment.