fix: Fix chart release process (#5538)

Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
Steve Hipwell 2025-06-17 20:56:54 +01:00 committed by GitHub
parent 5432fc0285
commit 675cc7c03f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,7 @@ jobs:
IFS="${old_ifs}" IFS="${old_ifs}"
if [[ -f "${changes_path}" ]]; then if [[ -f "${changes_path}" ]]; then
changes="$(cat "${changes_path}")" yq eval --inplace '.annotations["artifacthub.io/changes"] |= strenv(changes)' ./charts/external-dns/Chart.yaml" changes="$(cat "${changes_path}")" yq eval --inplace '.annotations["artifacthub.io/changes"] |= strenv(changes)' ./charts/external-dns/Chart.yaml
rm -f "${changes_path}" rm -f "${changes_path}"
fi fi

View File

@ -12,6 +12,7 @@ keywords:
- dns - dns
- service - service
- ingress - ingress
- gateway
home: https://github.com/kubernetes-sigs/external-dns/ home: https://github.com/kubernetes-sigs/external-dns/
icon: https://github.com/kubernetes-sigs/external-dns/raw/master/docs/img/external-dns.png icon: https://github.com/kubernetes-sigs/external-dns/raw/master/docs/img/external-dns.png
sources: sources: