chore(scripts): fix more
This commit is contained in:
@@ -208,10 +208,10 @@ jobs:
|
|||||||
mv -f tmp/website/docs/charts/${train}/${chart}/container-security.md website/docs/charts/${train}/${chart}/container-security.md 2>/dev/null || :
|
mv -f tmp/website/docs/charts/${train}/${chart}/container-security.md website/docs/charts/${train}/${chart}/container-security.md 2>/dev/null || :
|
||||||
|
|
||||||
echo "Appending SCALE changelog to actual changelog..."
|
echo "Appending SCALE changelog to actual changelog..."
|
||||||
# Append SCALE changelog to actual changelog
|
# Add SCALE changelog to actual changelog
|
||||||
# Remove header from changelog
|
# Remove header from changelog
|
||||||
sed -n '/^---$/,/^---$/p' "website/docs/charts/${train}/${chart}/CHANGELOG.md"
|
sed -i '/^---$/,/^---$/d' "website/docs/charts/${train}/${chart}/CHANGELOG.md"
|
||||||
# Append app-changelog to changelog
|
# Prepend app-changelog to changelog
|
||||||
cat "charts/${train}/${chart}/app-changelog.md" | cat - "website/docs/charts/${train}/${chart}/CHANGELOG.md" > temp && mv temp "website/docs/charts/${train}/${chart}/CHANGELOG.md"
|
cat "charts/${train}/${chart}/app-changelog.md" | cat - "website/docs/charts/${train}/${chart}/CHANGELOG.md" > temp && mv temp "website/docs/charts/${train}/${chart}/CHANGELOG.md"
|
||||||
echo "Adding changelog header..."
|
echo "Adding changelog header..."
|
||||||
sed -i '1s/^/---\ntitle: Changelog\n---\n\n/' "website/docs/charts/${train}/${chart}/CHANGELOG.md" || echo "failed to add changelog header..."
|
sed -i '1s/^/---\ntitle: Changelog\n---\n\n/' "website/docs/charts/${train}/${chart}/CHANGELOG.md" || echo "failed to add changelog header..."
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: '>=1.24.0-0'
|
kubeVersion: '>=1.24.0-0'
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: sonarr
|
name: sonarr
|
||||||
version: 19.0.18
|
version: 19.0.19
|
||||||
appVersion: 4.0.0.741
|
appVersion: 4.0.0.741
|
||||||
description: Smart PVR for newsgroup and bittorrent users
|
description: Smart PVR for newsgroup and bittorrent users
|
||||||
home: https://truecharts.org/charts/stable/sonarr
|
home: https://truecharts.org/charts/stable/sonarr
|
||||||
|
|||||||
Reference in New Issue
Block a user