Update default helm version to 3.18.3 (#194)

* Update default helm version to 3.18.3

* Update default version everywhere

---------

Co-authored-by: Suneha Bose <123775811+bosesuneha@users.noreply.github.com>
This commit is contained in:
Cornelius Roemer
2025-08-06 23:29:05 +02:00
committed by GitHub
parent 0d097290a8
commit fb8fa40706
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import * as toolCache from '@actions/tool-cache'
import * as core from '@actions/core'
const helmToolName = 'helm'
export const stableHelmVersion = 'v3.13.3'
export const stableHelmVersion = 'v3.18.3'
export async function run() {
let version = core.getInput('version', {required: true})