mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
Upgrade tools (#349)
* Upgrade helm Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com> * Upgrade kind Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com> * Upgrade kind/node image Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
committed by
GitHub
parent
cc3c23a59e
commit
0c4134b8a8
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
- uses: azure/setup-helm@v1
|
||||
with:
|
||||
version: v3.5.4
|
||||
version: v3.6.3
|
||||
|
||||
- name: Install tools
|
||||
run: |
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
chmod +x ./kubectl
|
||||
sudo mv ./kubectl /usr/local/bin/kubectl
|
||||
|
||||
curl -fsSLo kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-linux-amd64"
|
||||
curl -fsSLo kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.11.1/kind-linux-amd64"
|
||||
chmod +x kind
|
||||
sudo mv kind /usr/local/bin/kind
|
||||
|
||||
|
||||
Reference in New Issue
Block a user