Skip to content

Commit

Permalink
fix: path to chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Feb 11, 2024
1 parent c0d9b00 commit fd7e40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ This repository holds helm templates for the following oteldb releases:
EOF

for version in $(find -- * -name 'oteldb-*.tgz' ! -name "*dev*" | cut -d - -f 2- | cut -d . -f -3 | sed '/-/!{s/$/_/}' | sort -Vr | sed 's/_$//'); do
echo "* [v$version](https://github.com/go-faster/oteldb/releases/tag/v$version) (_[source](https://github.com/go-faster/oteldb/tree/v$version/install/kubernetes/oteldb)_)"
echo "* [v$version](https://github.com/go-faster/oteldb/releases/tag/v$version) (_[source](https://github.com/go-faster/oteldb/tree/v$version/helm/oteldb)_)"
done

0 comments on commit fd7e40d

Please sign in to comment.