Skip to content

Commit f9daa35

Browse files
chore(yaml): Update version in the kustomize yaml (#112)
We were pinned to an old version so when I deployed as directed in the README it deployed an old version without the new features I needed Signed-off-by: Taylor Thomas <[email protected]>
1 parent d74ad8b commit f9daa35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/base/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
serviceAccountName: wasmcloud-operator
1717
containers:
18-
- image: ghcr.io/wasmcloud/wasmcloud-operator:0.3.2
18+
- image: ghcr.io/wasmcloud/wasmcloud-operator:0.5.0
1919
imagePullPolicy: Always
2020
name: wasmcloud-operator
2121
ports:

0 commit comments

Comments
 (0)