From 56d5b2822ae21f5f0cd2c9bfd35d3051839f1106 Mon Sep 17 00:00:00 2001 From: Igor Eulalio Date: Wed, 27 Nov 2024 11:24:06 -0300 Subject: [PATCH] make docs Signed-off-by: Igor Eulalio --- charts/falco-talon/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/falco-talon/README.md b/charts/falco-talon/README.md index 0be85d5f9..5977e472f 100644 --- a/charts/falco-talon/README.md +++ b/charts/falco-talon/README.md @@ -113,10 +113,10 @@ helm delete falco-talon -n falco | config.printAllEvents | bool | `false` | print in stdout all received events, not only those which match a rule | | config.watchRules | bool | `true` | auto reload the rules when the files change | | extraEnv | list | `[{"name":"LOG_LEVEL","value":"warning"}]` | extra env | -| image | object | `{"pullPolicy":"Always","registry":"falco.docker.scarf.sh","repository":"issif/falco-talon","tag":""}` | image parameters | +| image | object | `{"pullPolicy":"Always","registry":"falco.docker.scarf.sh","repository":"falcosecurity/falco-talon","tag":""}` | image parameters | | image.pullPolicy | string | `"Always"` | The image pull policy | | image.registry | string | `"falco.docker.scarf.sh"` | The image registry to pull from | -| image.repository | string | `"issif/falco-talon"` | The image repository to pull from | +| image.repository | string | `"falcosecurity/falco-talon"` | The image repository to pull from | | image.tag | string | `""` | Override the image tag to pull | | imagePullSecrets | list | `[]` | one or more secrets to be used when pulling images | | ingress | object | `{"annotations":{},"enabled":false,"hosts":[{"host":"falco-talon.local","paths":[{"path":"/"}]}],"tls":[]}` | ingress parameters |