Skip to content

Commit

Permalink
Upgrade tools (#349)
Browse files Browse the repository at this point in the history
* Upgrade helm

Signed-off-by: David J. M. Karlsen <[email protected]>

* Upgrade kind

Signed-off-by: David J. M. Karlsen <[email protected]>

* Upgrade kind/node image

Signed-off-by: David J. M. Karlsen <[email protected]>
  • Loading branch information
davidkarlsen authored Jul 21, 2021
1 parent cc3c23a commit 0c4134b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:

- uses: azure/setup-helm@v1
with:
version: v3.5.4
version: v3.6.3

- name: Install tools
run: |
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
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
Expand Down
2 changes: 1 addition & 1 deletion e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o pipefail
CLUSTER_NAME=chart-testing
readonly CLUSTER_NAME

K8S_VERSION=v1.17.0
K8S_VERSION=v1.21.2
readonly K8S_VERSION

create_kind_cluster() {
Expand Down

0 comments on commit 0c4134b

Please sign in to comment.