Skip to content

Commit

Permalink
Use the chart name itself as the index entry name
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <komish@flutes.dev>
  • Loading branch information
komish committed Nov 10, 2023
1 parent e5748de commit f758641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/checkprcontent/checkpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def ensure_only_chart_is_modified(api_url, repository, branch):
else:
data = {"apiVersion": "v1", "entries": {}}

entry_name = f"{organization}-{chart}"
entry_name = chart
d = data["entries"].get(entry_name, [])
gitutils.add_output("chart-entry-name", entry_name)
for v in d:
Expand Down

0 comments on commit f758641

Please sign in to comment.