From 730a2488a407e2c677c8104635ef02ebc243a4a2 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Sun, 31 Dec 2023 18:22:29 +0200 Subject: [PATCH] chore(scripts): fix script --- .github/workflows/charts-release.yaml | 2 +- charts/stable/sonarr/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index e7c1b42d209..42a62836304 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -241,7 +241,7 @@ jobs: filename=$(basename "${file}") echo "Found doc file: ${file}" test_title=$(head -n 1 "${file}" | grep -v "\-\-\-" | sed 's/# //') - if [ -n ${test_title} ]; then + if [ -n "${test_title}" ]; then echo "Doc title should use front matter and not # for title, for example" echo "---" echo "title: ${test_title}" diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index 71e307fc9fc..6187e9cfcab 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: sonarr -version: 19.0.2 +version: 19.0.3 appVersion: 4.0.0.741 description: Smart PVR for newsgroup and bittorrent users home: https://truecharts.org/charts/stable/sonarr