KWasm / kwasm-node-installer

Installs KWasm on Kubernetes nodes.
Apache License 2.0
35 stars 13 forks source link

Updated release for newer versions of the shim #53

Closed jpflueger closed 8 months ago

jpflueger commented 8 months ago

Hello all! Would it be possible to tag a new release with the updated versions of the wasm shims? It looks like the last tagged "release" is for v0.3.0 (i.e. v0.9.1 shims) but main has support for v0.10.0 shims. Happy to also move this request to the operator repo if that's preferable. Thanks!

0xE282B0 commented 8 months ago

Sure, we can do a release with updated pinned versions tomorrow.

0xE282B0 commented 8 months ago

Hi @jpflueger, The helm chart of the operator uses the latest installer image from the main branch. I just released the node-installer v0.3.1. To use exactly this version with the operator helm chart, you can override the installer image:

helm upgrade --install -n kwasm --create-namespace kwasm-operator kwasm/kwasm-operator \
  --set kwasmOperator.installerImage="ghcr.io/kwasm/kwasm-node-installer:v0.3.1"
flavio commented 8 months ago

@0xE282B0 I think we can close this issue now that you tagged a new release. Am I right?