Skip to content

Commit 8b5b11c

Browse files
chore(deps): update dependency helmfile/vals to v0.42.4 (#189)
1 parent 1b5a84d commit 8b5b11c

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.2'
8+
export const defaultVersion = 'v0.42.4'
99

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

0 commit comments

Comments
 (0)