diff --git a/.github/scripts/frontmatter.sh b/.github/scripts/frontmatter.sh index 88c6775ba55..78978e822ff 100755 --- a/.github/scripts/frontmatter.sh +++ b/.github/scripts/frontmatter.sh @@ -26,12 +26,12 @@ echo "Checking front matter" if ! grep -q "^---$" "$file_path"; then echo "Front matter (start) not found, adding it" # Dont trace content, as its usually too large - [ "$DEBUG" ] && set +x + [ "$DEBUG" == "true" ] && set +x content=$(cat "$file_path") echo -e "---\n" >"$file_path" echo -e "---\n" >>"$file_path" echo "$content" >>"$file_path" - [ "$DEBUG" ] && set -x + [ "$DEBUG" == "true" ] && set -x fi # Get the title from the front matter diff --git a/charts/incubator/flashpaper/Chart.yaml b/charts/incubator/flashpaper/Chart.yaml index bf104725a30..180c536681d 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.5 +version: 2.0.6