Skip to content

Commit

Permalink
Merge pull request #195 from rajatjindal/use-v0131
Browse files Browse the repository at this point in the history
use v0.13.1 of shim for tests
  • Loading branch information
michelleN authored Mar 26, 2024
2 parents 3b02632 + f075dc6 commit 7e9af08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-install-smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: start k3d cluster
run: |
k3d cluster create wasm-cluster \
--image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.13.0 \
--image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.13.1 \
--port "8081:80@loadbalancer" \
--agents 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: start k3d cluster
run: |
k3d cluster create wasm-cluster \
--image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.13.0 \
--image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.13.1 \
--port "8081:80@loadbalancer" \
--agents 2
Expand Down
2 changes: 1 addition & 1 deletion e2e/k3d_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"sigs.k8s.io/e2e-framework/support/utils"
)

const k3dImage = "ghcr.io/spinkube/containerd-shim-spin/k3d:v0.13.0"
const k3dImage = "ghcr.io/spinkube/containerd-shim-spin/k3d:v0.13.1"

var k3dBin = "k3d"

Expand Down

0 comments on commit 7e9af08

Please sign in to comment.