diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index b9d5569b2a9..4e21dec1726 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -246,7 +246,7 @@ jobs: echo "Found doc file: ${file}" ok_title="false" echo "Getting the first line" - head -n 1 "${file}" + cat "${file}" | head -n 10 h=$(head -n 1 "${file}") echo "The first line is: ${h}. Checking validity..." # Check if the first line has --- diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index 6690f5010f6..9540c66eec0 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.16 +version: 19.0.17 appVersion: 4.0.0.741 description: Smart PVR for newsgroup and bittorrent users home: https://truecharts.org/charts/stable/sonarr