From b89c4ab9ac0e610ad7d8ab4661473da1c07664c1 Mon Sep 17 00:00:00 2001 From: RamanDamayeu Date: Fri, 15 Dec 2023 15:03:52 +0100 Subject: [PATCH] Support of 1.29.0 has been added to yannh/kubernetes-json-schema --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index def9fd0..3a37aa4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: for version in $K8S_VERSIONS do echo $version; - helm template --kube-version $version --set ingress.enabled=true charts/$chart -f charts/$chart/values.yaml; # | kubeval --additional-schema-locations https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master --strict -v $version; + helm template --kube-version $version --set ingress.enabled=true charts/$chart -f charts/$chart/values.yaml | kubeval --additional-schema-locations https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master --strict -v $version; done pybump bump --file charts/$chart/Chart.yaml --level patch --quiet new_version=$(yq '.version' charts/$chart/Chart.yaml )