Skip to content

Commit

Permalink
Bump up Kubernetes version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Oct 4, 2024
1 parent 354e066 commit bf9f872
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.30.2 -ignore-filename-pattern=.github/workflows -ignore-filename-pattern=.json$ -ignore-filename-pattern=exercises/15-helm-build-chart -ignore-filename-pattern=exercises/16-kustomize-secret-patch/.*kustomization.yaml -ignore-filename-pattern=exercises/16-kustomize-secret-patch/solution/secret-patch.yaml -ignore-filename-pattern=exercises/17-api-deprecation/deployment.yaml -ignore-filename-pattern=exercises/21-crd -ignore-filename-pattern=exercises/26-configmap/application.yaml -summary .
run: kubeconform -kubernetes-version=1.30.5 -ignore-filename-pattern=.github/workflows -ignore-filename-pattern=.json$ -ignore-filename-pattern=exercises/15-helm-build-chart -ignore-filename-pattern=exercises/16-kustomize-secret-patch/.*kustomization.yaml -ignore-filename-pattern=exercises/16-kustomize-secret-patch/solution/secret-patch.yaml -ignore-filename-pattern=exercises/17-api-deprecation/deployment.yaml -ignore-filename-pattern=exercises/21-crd -ignore-filename-pattern=exercises/26-configmap/application.yaml -summary .

0 comments on commit bf9f872

Please sign in to comment.