mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-10 00:10:09 +00:00
Update helm to v3.11.1 (#108)
This commit is contained in:
parent
638a523e0c
commit
ac5ee1fca8
3 changed files with 3 additions and 3 deletions
|
|
@ -73,7 +73,7 @@ describe('run.ts', () => {
|
|||
})
|
||||
|
||||
test('getLatestHelmVersion() - return the stable version of HELM since its not authenticated', async () => {
|
||||
expect(await run.getLatestHelmVersion()).toBe('v3.10.2')
|
||||
expect(await run.getLatestHelmVersion()).toBe('v3.11.1')
|
||||
})
|
||||
|
||||
test('walkSync() - return path to the all files matching fileToFind in dir', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue