Skip to content

Commit

Permalink
fix(helm-values): disable pinDigests (#6230)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed May 14, 2020
1 parent 5bd2d42 commit 9579800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/manager/helm-values/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export { extractPackageFile } from './extract';
export const defaultConfig = {
commitMessageTopic: 'helm values {{depName}}',
fileMatch: ['(^|/)values.yaml$'],
pinDigests: false,
};

0 comments on commit 9579800

Please sign in to comment.