mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
fix: Fix chart release process (#5538)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
parent
5432fc0285
commit
675cc7c03f
2
.github/workflows/release-chart.yaml
vendored
2
.github/workflows/release-chart.yaml
vendored
@ -120,7 +120,7 @@ jobs:
|
||||
IFS="${old_ifs}"
|
||||
|
||||
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}"
|
||||
fi
|
||||
|
||||
|
@ -12,6 +12,7 @@ keywords:
|
||||
- dns
|
||||
- service
|
||||
- ingress
|
||||
- gateway
|
||||
home: https://github.com/kubernetes-sigs/external-dns/
|
||||
icon: https://github.com/kubernetes-sigs/external-dns/raw/master/docs/img/external-dns.png
|
||||
sources:
|
||||
|
Loading…
Reference in New Issue
Block a user