diff --git a/.github/scripts/frontmatter.sh b/.github/scripts/frontmatter.sh index 4e4bbaac5ab..135c7d0fcb1 100755 --- a/.github/scripts/frontmatter.sh +++ b/.github/scripts/frontmatter.sh @@ -31,6 +31,7 @@ if ! head -n 1 "$file_path" | grep -q "^---$"; then [ "$DEBUG" == "true" ] && set -x fi +wc -l $file_path cat $file_path # Get the title from the front matter diff --git a/charts/incubator/flashpaper/Chart.yaml b/charts/incubator/flashpaper/Chart.yaml index 5bfd756def8..25061e7bbc7 100644 --- a/charts/incubator/flashpaper/Chart.yaml +++ b/charts/incubator/flashpaper/Chart.yaml @@ -39,4 +39,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/flashpaper - https://ghcr.io/andrewpaglusch/flashpaper type: application -version: 2.0.10 +version: 2.0.11