Skip to content

Commit cdfe107

Browse files
chore(deps): update dependency helmfile/vals to v0.42.5 (#206)
1 parent ec93f4e commit cdfe107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const toolName = 'vals'
55
export const githubRepository = 'helmfile/vals'
66

77
// renovate: github=helmfile/vals
8-
export const defaultVersion = 'v0.42.4'
8+
export const defaultVersion = 'v0.42.5'
99

1010
export function binaryName(version: string, os: string, arch: string): string {
1111
version = clean(version) || version

0 commit comments

Comments
 (0)