From 3419a8fa8fbcfa3b3cd11dc47799f120d25a0d13 Mon Sep 17 00:00:00 2001 From: Teko <112829523+Teko012@users.noreply.github.com> Date: Tue, 10 Jan 2023 19:26:20 +0100 Subject: [PATCH] Update README to reflect current default helm version (#106) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 332544dd..02a862ab 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Acceptable values are latest or any semantic version string like v3.5.0 Use this id: install ``` -> Note: When using latest version you might hit the GitHub GraphQL API hourly rate limit of 5,000. The action will then return the hardcoded default stable version (currently v3.9.0). If you rely on a certain version higher than the default, you should use that version instead of latest. +> Note: When using latest version you might hit the GitHub GraphQL API hourly rate limit of 5,000. The action will then return the hardcoded default stable version (currently v3.10.2). If you rely on a certain version higher than the default, you should use that version instead of latest. The cached helm binary path is prepended to the PATH environment variable as well as stored in the helm-path output variable. Refer to the action metadata file for details about all the inputs https://github.com/Azure/setup-helm/blob/master/action.yml