Skip to content

Commit

Permalink
Merge pull request #74 from spinkube/fix/cert-manager-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenHans authored Mar 10, 2024
2 parents 0dcff76 + ef63fe9 commit d55800e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/spin-operator/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ k3d cluster create wasm-cluster \
2. Install cert manager

```console
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.2/cert-manager.yaml
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.3/cert-manager.yaml
```

3. Apply the [Runtime Class](https://github.com/spinkube/spin-operator/blob/main/config/samples/spin-runtime-class.yaml) used for scheduling Spin apps onto nodes running the shim:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is the standard development workflow for when you want to test running Spin
To install cert-manager with the default config

```console
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.2/cert-manager.yaml
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.3/cert-manager.yaml
```

Deploy the Manager to the cluster with the image specified by `IMG`:
Expand Down

0 comments on commit d55800e

Please sign in to comment.