Skip to content

Commit

Permalink
updating for shim v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpflueger committed Nov 22, 2023
1 parent 21c789c commit 69d9c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69d9c8f

Please sign in to comment.