Skip to content

Commit 40c2bc5

Browse files
Merge pull request #1876 from shipwright-io/update-readme-tag-refs
Update Readme with new tag
2 parents d150b90 + 7788eba commit 40c2bc5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Shipwright supports any tool that can build container images in Kubernetes clust
4747
- Install the Shipwright deployment. To install the latest version, run:
4848

4949
```bash
50-
kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.15.6/release.yaml --server-side
51-
curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.15.6/hack/setup-webhook-cert.sh | bash
52-
curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.15.6/hack/storage-version-migration.sh | bash
50+
kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.15.7/release.yaml --server-side
51+
curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.15.7/hack/setup-webhook-cert.sh | bash
52+
curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.15.7/hack/storage-version-migration.sh | bash
5353
```
5454

5555
To install the latest nightly release, run:
@@ -63,7 +63,7 @@ Shipwright supports any tool that can build container images in Kubernetes clust
6363
- Install the Shipwright strategies. To install the latest version, run:
6464

6565
```bash
66-
kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.15.6/sample-strategies.yaml --server-side
66+
kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.15.7/sample-strategies.yaml --server-side
6767
```
6868

6969
To install the latest nightly release, run:
@@ -171,6 +171,7 @@ To find out more on what's the best strategy or what else can Shipwright do for
171171
| Version | Docs | Examples |
172172
|------------------------------------------------------------------------|----------------------------------------------------------------------------|-----------------------------------------------------------------------------------|
173173
| HEAD | [Docs @ HEAD](docs/README.md) | [Examples @ HEAD](samples) |
174+
| [v0.15.7](https://github.com/shipwright-io/build/releases/tag/v0.15.7) | [Docs @ v0.15.7](https://github.com/shipwright-io/build/tree/v0.15.7/docs) | [Examples @ v0.15.7](https://github.com/shipwright-io/build/tree/v0.15.7/samples) |
174175
| [v0.15.6](https://github.com/shipwright-io/build/releases/tag/v0.15.6) | [Docs @ v0.15.6](https://github.com/shipwright-io/build/tree/v0.15.6/docs) | [Examples @ v0.15.6](https://github.com/shipwright-io/build/tree/v0.15.6/samples) |
175176
| [v0.15.5](https://github.com/shipwright-io/build/releases/tag/v0.15.5) | [Docs @ v0.15.5](https://github.com/shipwright-io/build/tree/v0.15.5/docs) | [Examples @ v0.15.5](https://github.com/shipwright-io/build/tree/v0.15.5/samples) |
176177
| [v0.15.4](https://github.com/shipwright-io/build/releases/tag/v0.15.4) | [Docs @ v0.15.4](https://github.com/shipwright-io/build/tree/v0.15.4/docs) | [Examples @ v0.15.4](https://github.com/shipwright-io/build/tree/v0.15.4/samples) |

0 commit comments

Comments
 (0)