Skip to content

Commit

Permalink
Update interesting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
whazor authored Dec 8, 2024
1 parent 9a527a0 commit 43fca9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ def run_graphql_query(topic, variables):
}

filter_out = [
"true_charts" # Skip true_charts because they do not have helm_release to parse
"true_charts",
"truecharts"
]

results = {k: v for k, v in results.items() if not any(filter_text in k for filter_text in filter_out)}
Expand Down

0 comments on commit 43fca9f

Please sign in to comment.