@@ -48,9 +48,9 @@ Shipwright supports any tool that can build container images in Kubernetes clust
4848- Install the Shipwright deployment. To install the latest version, run:
4949
5050 ``` bash
51- kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.17.4 /release.yaml --server-side
52- curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.17.4 /hack/setup-webhook-cert.sh | bash
53- curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.17.4 /hack/storage-version-migration.sh | bash
51+ kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.18.1 /release.yaml --server-side
52+ curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.18.1 /hack/setup-webhook-cert.sh | bash
53+ curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.18.1 /hack/storage-version-migration.sh | bash
5454 ```
5555
5656 To install the latest nightly release, run:
@@ -64,7 +64,7 @@ Shipwright supports any tool that can build container images in Kubernetes clust
6464- Install the Shipwright strategies. To install the latest version, run:
6565
6666 ``` bash
67- kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.17.4 /sample-strategies.yaml --server-side
67+ kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.18.1 /sample-strategies.yaml --server-side
6868 ```
6969
7070 To install the latest nightly release, run:
@@ -173,6 +173,7 @@ To find out more on what's the best strategy or what else can Shipwright do for
173173| ------------------------------------------------------------------------| ----------------------------------------------------------------------------| -----------------------------------------------------------------------------------|
174174| HEAD | [Docs @ HEAD](docs/README.md) | [Examples @ HEAD](samples) |
175175| [v0.18.1](https://github.com/shipwright-io/build/releases/tag/v0.18.1) | [Docs @ v0.18.1](https://github.com/shipwright-io/build/tree/v0.18.1/docs) | [Examples @ v0.18.1](https://github.com/shipwright-io/build/tree/v0.18.1/samples) |
176+ | [v0.18.0](https://github.com/shipwright-io/build/releases/tag/v0.18.0) | [Docs @ v0.18.0](https://github.com/shipwright-io/build/tree/v0.18.0/docs) | [Examples @ v0.18.0](https://github.com/shipwright-io/build/tree/v0.18.0/samples) |
176177| [v0.17.4](https://github.com/shipwright-io/build/releases/tag/v0.17.4) | [Docs @ v0.17.4](https://github.com/shipwright-io/build/tree/v0.17.4/docs) | [Examples @ v0.17.4](https://github.com/shipwright-io/build/tree/v0.17.4/samples) |
177178| [v0.17.3](https://github.com/shipwright-io/build/releases/tag/v0.17.3) | [Docs @ v0.17.3](https://github.com/shipwright-io/build/tree/v0.17.3/docs) | [Examples @ v0.17.3](https://github.com/shipwright-io/build/tree/v0.17.3/samples) |
178179| [v0.17.2](https://github.com/shipwright-io/build/releases/tag/v0.17.2) | [Docs @ v0.17.2](https://github.com/shipwright-io/build/tree/v0.17.2/docs) | [Examples @ v0.17.2](https://github.com/shipwright-io/build/tree/v0.17.2/samples) |
0 commit comments