File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ keywords:
1212 - dns
1313 - service
1414 - ingress
15+ - gateway
1516home : https://github.com/kubernetes-sigs/external-dns/
1617icon : https://github.com/kubernetes-sigs/external-dns/raw/master/docs/img/external-dns.png
1718sources :
You can’t perform that action at this time.
0 commit comments