From 8ff7b00faff7500ae855a30596f9c18eccb7e57b Mon Sep 17 00:00:00 2001 From: Marcus Aurelius Date: Tue, 7 Nov 2023 20:53:57 +0700 Subject: [PATCH] Upgrade k8s-lint --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae25664..8d0a68c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: run: envsubst < $GITHUB_WORKSPACE/k8s/secret.properties.template > $GITHUB_WORKSPACE/k8s/secret.properties - name: Kustomize run: kustomize build k8s > /tmp/kustomized.yaml - - uses: azure/k8s-lint@v1 + - uses: azure/k8s-lint@v2.0 with: manifests: | /tmp/kustomized.yaml