You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ jobs:
20
20
steps:
21
21
- uses: actions/checkout@v3
22
22
- name: Setup helmfile
23
-
uses: mamezou-tech/setup-helmfile@v2.0.0
23
+
uses: mamezou-tech/setup-helmfile@v2.1.0
24
24
- name: Test
25
25
run: |
26
26
helmfile --version
@@ -32,15 +32,15 @@ jobs:
32
32
> This action requires Node 20 or later on the runner. If you are using GitHub-managed runners, no action is needed. If you are using self-hosted runners, make sure the system version of Node is version 20 or higher.
- `helm-diff-plugin-version` : Plugin version to install. Default `master`
43
-
- `helm-s3-plugin-version` : Plugin version to install. Default `master`
42
+
- `helm-diff-plugin-version` : Plugin version to install. Default `v3.9.14`
43
+
- `helm-s3-plugin-version` : Plugin version to install. Default `v0.16.2`
44
44
- `additional-helm-plugins` : A comma separated list of additional helm plugins to install. Should be a valid argument after `helm plugin install`.
45
45
46
46
> See "[Installing kubectl - Amazon EKS](https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html)" for information how to specify the kubectl version.
0 commit comments