1
0
mirror of https://github.com/Azure/setup-helm.git synced 2026-07-11 02:31:40 +00:00

Update helm to v3.11.1 (#108)

This commit is contained in:
Teko
2023-02-17 01:41:09 +01:00
committed by GitHub
parent 638a523e0c
commit ac5ee1fca8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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', () => {