Skip to content

Commit

Permalink
chore: update Kube helm validation version
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed Jan 28, 2025
1 parent 9a85f74 commit f4ada24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hacks/helm-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ set -Eeuo pipefail
cd "$( dirname "${BASH_SOURCE[0]}" )/.."

schema_url="https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/"
k8s_version="1.27.2"
k8s_version="1.32.1"

if [[ "$1" == "ory-commons" ]]; then
echo "---> Library chart, exitting"
echo "---> Library chart, exiting"
exit 0
fi

Expand Down

0 comments on commit f4ada24

Please sign in to comment.