From a9eae551ff56153affd2f632b5529cde9404845f Mon Sep 17 00:00:00 2001 From: Gerald Pape Date: Wed, 12 Feb 2025 11:20:15 +0100 Subject: [PATCH] Bump k8s to 1.29.13 in ci --- .github/workflows/test-on-pr.yaml | 2 +- .kube-linter.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-on-pr.yaml b/.github/workflows/test-on-pr.yaml index 8f96d381..7f35dd4e 100644 --- a/.github/workflows/test-on-pr.yaml +++ b/.github/workflows/test-on-pr.yaml @@ -14,4 +14,4 @@ jobs: with: kustomize_build_input: sync kube-linter_flags: "--config .kube-linter.yaml" - 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" + 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" diff --git a/.kube-linter.yaml b/.kube-linter.yaml index c5143895..a103ef5f 100644 --- a/.kube-linter.yaml +++ b/.kube-linter.yaml @@ -1,4 +1,3 @@ checks: exclude: - - unset-cpu-requirements - unset-memory-requirements