Skip to content

Commit 675cc7c

Browse files
authored
fix: Fix chart release process (kubernetes-sigs#5538)
Signed-off-by: Steve Hipwell <[email protected]>
1 parent 5432fc0 commit 675cc7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
IFS="${old_ifs}"
121121
122122
if [[ -f "${changes_path}" ]]; then
123-
changes="$(cat "${changes_path}")" yq eval --inplace '.annotations["artifacthub.io/changes"] |= strenv(changes)' ./charts/external-dns/Chart.yaml"
123+
changes="$(cat "${changes_path}")" yq eval --inplace '.annotations["artifacthub.io/changes"] |= strenv(changes)' ./charts/external-dns/Chart.yaml
124124
rm -f "${changes_path}"
125125
fi
126126

charts/external-dns/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ keywords:
1212
- dns
1313
- service
1414
- ingress
15+
- gateway
1516
home: https://github.com/kubernetes-sigs/external-dns/
1617
icon: https://github.com/kubernetes-sigs/external-dns/raw/master/docs/img/external-dns.png
1718
sources:

0 commit comments

Comments
 (0)