Skip to content

Commit

Permalink
feat(helmfile): support optional .gotmpl extension (#23176) (#26063)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Poxhofer <[email protected]>
  • Loading branch information
pathob and secustor authored Dec 1, 2023
1 parent c03bf7c commit 245f77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/helmfile/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const defaultConfig = {
stable: 'https://charts.helm.sh/stable',
},
commitMessageTopic: 'helm chart {{depName}}',
fileMatch: ['(^|/)helmfile\\.ya?ml$'],
fileMatch: ['(^|/)helmfile\\.ya?ml(?:\\.gotmpl)?$'],
};

export const categories: Category[] = ['cd', 'helm', 'kubernetes'];
Expand Down

0 comments on commit 245f77b

Please sign in to comment.