From 6f197c593c446170ac1a56879cc961c8e594e3ef Mon Sep 17 00:00:00 2001 From: Ramiz Polic Date: Fri, 7 Jun 2024 09:37:12 +0200 Subject: [PATCH] docs: update helm chart --- deploy/charts/secrets-webhook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/secrets-webhook/README.md b/deploy/charts/secrets-webhook/README.md index 771db8c..aadb6df 100644 --- a/deploy/charts/secrets-webhook/README.md +++ b/deploy/charts/secrets-webhook/README.md @@ -122,7 +122,7 @@ The following table lists the configurable parameters of the Helm chart. | `webhookClientConfig.useUrl` | bool | `false` | Use url if webhook should be contacted over loadbalancer or ingress instead of service object. By default, the mutating webhook uses the service of the webhook directly to contact webhook. | | `webhookClientConfig.url` | string | `"https://example.com"` | Set the url how the webhook should be contacted, including the protocol | | `secretInit.repository` | string | `"ghcr.io/bank-vaults/secret-init"` | Container image repo that contains the secret-init container | -| `secretInit.tag` | string | `"v0.1.0"` | Container image tag for the secret-init container | +| `secretInit.tag` | string | `"v0.2.0"` | Container image tag for the secret-init container | | `env` | object | `{}` | Custom environment variables available to webhook | | `initContainers` | list | `[]` | Containers to run before the webhook containers are started | | `metrics.enabled` | bool | `false` | Enable metrics service for the webhook |