Skip to content

Commit

Permalink
Merge pull request #28 from opendatadiscovery/bump_version_of_odd_col…
Browse files Browse the repository at this point in the history
…lector_helm_chart

Bump back and fix temporary the evaluation (do not have a version validation for k8s 1.29.0)
  • Loading branch information
RamanDamayeu committed Dec 14, 2023
2 parents dd5c7fa + 4d0f23c commit 49271f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion charts/odd-collector/Chart.yaml
Expand Up @@ -3,4 +3,4 @@ appVersion: latest
description: A Helm chart for any odd-collector compatible deployments
name: odd-collector
type: application
version: 0.1.7
version: 0.1.6

0 comments on commit 49271f7

Please sign in to comment.