generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from yokawasa/update-readme
updated sample tool versions in README
- Loading branch information
Showing
1 changed file
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,15 +53,15 @@ Specific versions for the commands can be setup by adding inputs parameters like | |
- uses: actions/checkout@v2 | ||
- uses: yokawasa/[email protected] | ||
with: | ||
kubectl: '1.17.1' | ||
kustomize: '3.7.0' | ||
helm: '3.5.2' | ||
kubectl: '1.25' | ||
kustomize: '5.0.0' | ||
helm: '3.11.1' | ||
kubeconform: '0.5.0' | ||
conftest: '0.18.2' | ||
rancher: '2.4.10' | ||
tilt: '0.18.11' | ||
skaffold: '1.20.0' | ||
kube-score: '1.10.1' | ||
conftest: '0.39.0' | ||
rancher: '2.7.0' | ||
tilt: '0.31.2' | ||
skaffold: '2.1.0' | ||
kube-score: '1.16.1' | ||
- run: | | ||
kubectl version --client | ||
kustomize version | ||
|
@@ -110,10 +110,10 @@ By specifying setup-tools you can choose which tools the action setup. Supported | |
helm | ||
kustomize | ||
skaffold | ||
kubectl: '1.17.1' | ||
helm: '3.5.2' | ||
kustomize: '3.7.0' | ||
skaffold: '1.20.0' | ||
kubectl: '1.25' | ||
helm: '3.11.1' | ||
kustomize: '5.0.0' | ||
skaffold: '2.1.0' | ||
- run: | | ||
kubectl version --client | ||
kustomize version | ||
|
@@ -132,9 +132,18 @@ By specifying arch-type you can choose the processor architecture type of the to | |
arch-type: 'arm64' | ||
setup-tools: | | ||
kubectl | ||
helm | ||
kustomize | ||
skaffold | ||
kubectl: '1.25' | ||
helm: '3.11.1' | ||
kustomize: '5.0.0' | ||
skaffold: '2.1.0' | ||
- run: | | ||
kubectl version --client | ||
kustomize version | ||
helm version | ||
skaffold version | ||
``` | ||
|
||
|
||
|