From c0d6bce83efba2f8000cce9bd9ebdc8a431a8ef3 Mon Sep 17 00:00:00 2001 From: Christoph Barbian Date: Wed, 11 Oct 2023 09:46:29 +0200 Subject: [PATCH] small fixes to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5a07e24..d87649f 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,13 @@ Note: in case this webhook has to reliably work with pods that are created or mu The recommended deployment method is to use the [Helm chart](https://github.com/sap/image-mapper-helm): +```bash +helm upgrade -i image-mapper oci://ghcr.io/sap/image-mapper-helm/image-mapper +``` + +## Documentation + +The API reference is here: [https://pkg.go.dev/github.com/sap/image-mapper](https://pkg.go.dev/github.com/sap/image-mapper). ## Support, Feedback, Contributing