From a2b992dcad46eefbff4c72060cd82a3612c37ed0 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Sun, 31 Dec 2023 20:33:09 +0200 Subject: [PATCH] chore(scripts): fix more --- .github/scripts/build-catalog.sh | 4 ++-- charts/stable/sonarr/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/build-catalog.sh b/.github/scripts/build-catalog.sh index 4a13afb3666..e6cddbac910 100755 --- a/.github/scripts/build-catalog.sh +++ b/.github/scripts/build-catalog.sh @@ -104,8 +104,8 @@ patch_apps() { # Increase the line count by 1 line_count=$((line_count + 1)) # Add a line to the changelog - sed -i "${line_count + 1}s/^/*for the complete changelog, please refer to the website*\n\n/" "${target}/CHANGELOG.md" - sed -i "${line_count + 1}s/^/**Important:**\n/" "${target}/CHANGELOG.md" + sed -i "${line_count}s/^/*for the complete changelog, please refer to the website*\n\n/" "${target}/CHANGELOG.md" + sed -i "${line_count}s/^/**Important:**\n/" "${target}/CHANGELOG.md" fi echo "Truncating changelog for: ${chartname}" # Truncate changelog to only contain the last 100 lines diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index ca537b9d95c..2c0c7e6c7d0 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.13 +version: 19.0.14 appVersion: 4.0.0.741 description: Smart PVR for newsgroup and bittorrent users home: https://truecharts.org/charts/stable/sonarr