Skip to content

Commit e710af5

Browse files
chore: bump workload tag for v0.19.0
Signed-off-by: Kate Goldenring <[email protected]>
1 parent df07846 commit e710af5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployments/workloads/workload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
runtimeClassName: wasmtime-spin
1616
containers:
1717
- name: spin-hello
18-
image: ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.18.0
18+
image: ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.19.0
1919
command: ["/"]
2020
resources: # limit the resources to 128Mi of memory and 100m of CPU
2121
limits:

node-installer/tests/integration-test-k3s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if ! kubectl get pods -n kwasm | grep -q "k3s-provision-kwasm.*Completed"; then
5656
fi
5757

5858
echo "=== Step 4: Apply the workload ==="
59-
sudo k3s ctr images pull ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.18.0
59+
sudo k3s ctr images pull ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.19.0
6060
kubectl apply -f ./tests/workloads/workload.yaml
6161

6262
echo "Waiting for deployment to be ready..."

0 commit comments

Comments
 (0)