Skip to content

Commit e86630e

Browse files
Fix spinframework typo
Signed-off-by: Kate Goldenring <[email protected]>
1 parent 763b7f5 commit e86630e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To carry out the installation step-by-step, do the following:
116116
runtimeClassName: wasmtime-spin-v2
117117
containers:
118118
- name: spin-hello
119-
image: ghcr.io/spineframework/containerd-shim-spin/examples/spin-rust-hello:v0.19.0
119+
image: ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.19.0
120120
command: ["/"]
121121
```
122122

deployments/k8s/all-in-one-demo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
runtimeClassName: wasmtime-spin-v2
2525
containers:
2626
- name: testwasm
27-
image: ghcr.io/spineframework/containerd-shim-spin/examples/spin-rust-hello:latest
27+
image: ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:latest
2828
---
2929
apiVersion: v1
3030
kind: Service

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/spineframework/containerd-shim-spin/examples/spin-rust-hello:v0.19.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:

images/spin-dapr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mkdir -p test/out_spin-dapr/
3636
docker save spin-dapr:latest -o test/out_spin-dapr/img.tar
3737
k3d image load -c wasm-cluster spin-dapr:latest test/out_spin-dapr/img.tar
3838
# Apply the manifest
39-
kubectl apply -f https://github.com/spineframework/containerd-shim-spin/raw/main/deployments/workloads/runtime.yaml
39+
kubectl apply -f https://github.com/spinframework/containerd-shim-spin/raw/main/deployments/workloads/runtime.yaml
4040
kubectl apply -f images/spin-dapr/deploy.yaml
4141

4242
# When everythin is up, forward the port and get the last kubernetes event

node-installer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This version of the image only contains the containerd-shim-spin-v2 shim, as
55
opposed to the default [kwasm-node-installer image](https://github.com/KWasm/kwasm-node-installer)
66
which also bundles other shims.
77

8-
The intention is for the [spineframework/runtime-class-manager](https://github.com/spineframework/runtime-class-manager)
8+
The intention is for the [spinframework/runtime-class-manager](https://github.com/spinframework/runtime-class-manager)
99
project to handle this concern in the future.
1010

1111
## Integration Tests

0 commit comments

Comments
 (0)