Skip to content

Commit

Permalink
Fix: wrong cached k3d-tool image (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
chivalryq authored Sep 11, 2022
1 parent c139984 commit 57b4bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/download_k3d_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ K3D_IMAGE_DIR=pkg/resources/static/k3d/images
mkdir -p "$K3D_IMAGE_DIR"

function download_k3d_images() {
vela_images=("ghcr.io/k3d-io/k3d-tools:5.4.1"
vela_images=("ghcr.io/k3d-io/k3d-tools:latest"
"ghcr.io/k3d-io/k3d-proxy:5.4.1"
"docker.io/rancher/k3s:v1.21.10-k3s1")

Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ var (
// K3dImageK3s is k3s image tag
K3dImageK3s = "rancher/k3s:v1.21.10-k3s1"
// K3dImageTools is k3d tools image tag
K3dImageTools = "ghcr.io/k3d-io/k3d-tools:5.4.1"
K3dImageTools = "ghcr.io/k3d-io/k3d-tools:latest"
// K3dImageProxy is k3d proxy image tag
K3dImageProxy = "ghcr.io/k3d-io/k3d-proxy:5.4.1"

Expand Down

0 comments on commit 57b4bc9

Please sign in to comment.