From deeb1eb81871ad0cd40411ccd3598bb00a34077e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Wed, 30 Nov 2022 18:31:46 +0100 Subject: [PATCH] fix docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- charts/kyverno-aws-adapter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kyverno-aws-adapter/README.md b/charts/kyverno-aws-adapter/README.md index 49e10f7..f085514 100644 --- a/charts/kyverno-aws-adapter/README.md +++ b/charts/kyverno-aws-adapter/README.md @@ -2,7 +2,7 @@ Helm chart for the Kyverno AWS Adapter -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) +![Version: v0.0.1](https://img.shields.io/badge/Version-v0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.1](https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square) ## Description @@ -40,7 +40,7 @@ You’ll need an [EKS](https://aws.amazon.com/eks/) cluster to run against. | rbac.serviceAccount.name | string | `nil` | Service account name, you MUST provide one when `rbac.create` is set to `false` | | image.repository | string | `"ghcr.io/nirmata/kyverno-aws-adapter"` | Image repository | | image.pullPolicy | string | `"Always"` | Image pull policy | -| image.tag | string | `"latest"` | Image tag | +| image.tag | string | `nil` | Image tag (defaults to chart app version) | ## IAM Role for Service Account