Skip to content

Commit

Permalink
Support of 1.29.0 has been added to yannh/kubernetes-json-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanDamayeu committed Dec 15, 2023
1 parent 1302264 commit b89c4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -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 )
Expand Down

0 comments on commit b89c4ab

Please sign in to comment.