Skip to content

Commit

Permalink
Merge pull request #77 from vdice/chore/bump-shim-to-0.15.0
Browse files Browse the repository at this point in the history
chore(*): bump shim to v0.15.0
  • Loading branch information
kate-goldenring authored Jun 27, 2024
2 parents e79d7ef + fe1838c commit f805a8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
containerd_shim_spin_version:
type: string
description: 'Version of containerd-shim-spin to install'
default: 'v0.14.1'
default: 'v0.15.0'

env:
REGISTRY_URL: spinkubeperf.azurecr.io
Expand Down
2 changes: 1 addition & 1 deletion environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To install SpinKube (kwasm operator and Spin operator), K6 operator, cert manager, and Datadog on a cluster accessible with `kubectl`:

```sh
DATADOG_API_KEY=xyz SHIM_VERSION=v0.14.1 ./spin-kube-k8s.sh
DATADOG_API_KEY=xyz SHIM_VERSION=v0.15.0 ./spin-kube-k8s.sh
```

To first provision a single node K3s or K3d cluster before installing the test suite, use `spin-kube-k3s.sh` or `spin-kube-k3d.sh`, respectively.
Expand Down
2 changes: 1 addition & 1 deletion environment/spin-kube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
SCRIPT_PATH=$(dirname $(realpath "$0"))
source "${SCRIPT_PATH}/../utils.sh"

SHIM_VERSION=${SHIM_VERSION:-v0.14.1}
SHIM_VERSION=${SHIM_VERSION:-v0.15.0}
DATADOG_API_KEY=${DATADOG_API_KEY:-''}
READINESS_TIMEOUT=${READINESS_TIMEOUT:-20s}
SPIN_OPERATOR_VERSION=${SPIN_OPERATOR_VERSION:-0.2.0}
Expand Down

0 comments on commit f805a8b

Please sign in to comment.