Skip to content

Commit

Permalink
chore: update dep for update readme (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook authored Oct 24, 2024
1 parent 12877b3 commit cfe6878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/get-addons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for d in $(find ./addons -type d -not -name "common" -not -name "kblib" -not -n
dir_name=$(basename $d)

helm dependency build addons/$dir_name --skip-refresh > /dev/null 2>&1
helm template addon addons/$dir_name > /tmp/rendered.yaml
helm template addon addons/$dir_name --dependency-update > /tmp/rendered.yaml

# prase from ComponentVersion
version_lines=$(cat "/tmp/rendered.yaml" | yq e '. | select(.kind == "ComponentVersion")' | yq '.metadata.name + "-" +.spec.releases[].serviceVersion' -N | sort | uniq)
Expand Down

0 comments on commit cfe6878

Please sign in to comment.