Skip to content

Commit

Permalink
filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Oct 3, 2024
1 parent 2867021 commit cc97c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/manager/helmfile/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export async function updateArtifacts({
const docs = parseYaml(newPackageFileContent, {
removeTemplates: true,
customSchema: Doc,
failureBehaviour: 'filter',
});

for (const doc of docs) {
Expand Down

0 comments on commit cc97c82

Please sign in to comment.