Skip to content

Commit a9eae55

Browse files
Bump k8s to 1.29.13 in ci
1 parent e881df8 commit a9eae55

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test-on-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
with:
1515
kustomize_build_input: sync
1616
kube-linter_flags: "--config .kube-linter.yaml"
17-
kubeconform_flags: "-strict -kubernetes-version 1.28.9 -schema-location 'https://raw.githubusercontent.com/ubergesundheit/kube-check-action/main/kubeconform-schemas/{{.ResourceKind}}.json' -schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' -schema-location default"
17+
kubeconform_flags: "-strict -kubernetes-version 1.29.13 -schema-location 'https://raw.githubusercontent.com/ubergesundheit/kube-check-action/main/kubeconform-schemas/{{.ResourceKind}}.json' -schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' -schema-location default"

.kube-linter.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
checks:
22
exclude:
3-
- unset-cpu-requirements
43
- unset-memory-requirements

0 commit comments

Comments
 (0)