Skip to content

Commit

Permalink
Merge pull request #1499 from ktock/k3d-5.6.0
Browse files Browse the repository at this point in the history
ci: Bump up k3d to v5.6.0
  • Loading branch information
AkihiroSuda authored Dec 11, 2023
2 parents 3adbd90 + af5fdf1 commit f9bd9cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
go-version: '1.21.x'
- name: Install k3d
run: |
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.0.0/install.sh | bash
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.0/install.sh | bash
- name: Install htpasswd for setting up private registry
run: sudo apt-get update -y && sudo apt-get --no-install-recommends install -y apache2-utils
- name: Install yq
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
go-version: '1.21.x'
- name: Install k3d
run: |
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.0.0/install.sh | bash
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.0/install.sh | bash
- name: Install htpasswd for setting up private registry
run: sudo apt-get update -y && sudo apt-get --no-install-recommends install -y apache2-utils
- name: Install yq
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
go-version: '1.21.x'
- name: Install k3d
run: |
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.0.0/install.sh | bash
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.0/install.sh | bash
- name: Install argo worklflow
run: |
wget -q https://github.com/argoproj/argo-workflows/releases/download/v3.0.10/argo-linux-amd64.gz
Expand Down

0 comments on commit f9bd9cb

Please sign in to comment.