We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec93f4e commit cdfe107Copy full SHA for cdfe107
src/tool.ts
@@ -5,7 +5,7 @@ export const toolName = 'vals'
5
export const githubRepository = 'helmfile/vals'
6
7
// renovate: github=helmfile/vals
8
-export const defaultVersion = 'v0.42.4'
+export const defaultVersion = 'v0.42.5'
9
10
export function binaryName(version: string, os: string, arch: string): string {
11
version = clean(version) || version
0 commit comments