mirror of
https://github.com/Azure/setup-helm.git
synced 2025-07-16 02:30:36 +00:00
Update helm to v3.11.1 (#108)
This commit is contained in:
@ -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', () => {
|
||||
|
Reference in New Issue
Block a user