From a6fbf0843dbe26608b0866e4f366e77a361d6e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADnez=20Trivi=C3=B1o?= Date: Wed, 12 Jan 2022 10:36:12 -0800 Subject: [PATCH] chore: installation methods in readme (#130) * chore: installation methods in readme Update readme to indicate both installation methods Refs https://github.com/vmware-tanzu/asset-relocation-tool-for-kubernetes/issues/127 Signed-off-by: Miguel Martinez Trivino * fix readme Signed-off-by: Miguel Martinez Trivino --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ab997fc8..e6da102b 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ Rule | Example | Input Registry | `harbor-repo.vmware.com` | `docker.io/mycompany/myapp:1.2.3` | `harbor-repo.vmware.com/mycompany/myapp:1.2.3` Repository Prefix | `mytenant` | `docker.io/mycompany/myapp:1.2.3` | `docker.io/mytenant/myapp:1.2.3` +## Installation + +The latest version of the relok8s binary can be found in the [releases section](https://github.com/vmware-tanzu/asset-relocation-tool-for-kubernetes/releases). Additionally a containerized version can be also found [here](https://github.com/vmware-tanzu/asset-relocation-tool-for-kubernetes/pkgs/container/asset-relocation-tool-for-kubernetes) ## Running in CI