diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 764b987..b564c20 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -4,12 +4,12 @@ kubeVersion: ">=1.20.0" # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.9.1 +version: 0.9.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.9.1" +appVersion: "0.9.2" name: spin-containerd-shim-installer description: A Helm chart for installing the containerd shim for Spin on Kubernetes home: https://github.com/fermyon/spin-containerd-shim-installer diff --git a/image/Dockerfile b/image/Dockerfile index 36fe71d..e710d40 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -5,7 +5,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ && apt-get update -y \ && apt-get install -y wget # NOTE: this binary uses the $(ARCH)-unknown-linux-musl triplet -ARG SHIM_VERSION=0.9.1 +ARG SHIM_VERSION=0.9.2 RUN wget -q -O - "https://github.com/deislabs/containerd-wasm-shims/releases/download/v${SHIM_VERSION}/containerd-wasm-shims-v1-spin-linux-$(uname -m).tar.gz" | tar -xvz -f - containerd-shim-spin-v1 # Download the toml CLI tool