diff --git a/charts/zora/README.md b/charts/zora/README.md index 3be22da0..62257b2e 100644 --- a/charts/zora/README.md +++ b/charts/zora/README.md @@ -133,7 +133,7 @@ The following table lists the configurable parameters of the Zora chart and thei | scan.plugins.popeye.env | list | `[]` | List of environment variables to set in popeye container. | | scan.plugins.popeye.envFrom | list | `[]` | List of sources to populate environment variables in popeye container. | | kubexnsImage.repository | string | `"ghcr.io/undistro/kubexns"` | kubexns image repository | -| kubexnsImage.tag | string | `"v0.1.2"` | kubexns image tag | +| kubexnsImage.tag | string | `"v0.1.3"` | kubexns image tag | | customChecksConfigMap | string | `"zora-custom-checks"` | Custom checks ConfigMap name | | httpsProxy | string | `""` | HTTPS proxy URL | | noProxy | string | `"kubernetes.default.svc.*,127.0.0.1,localhost"` | Comma-separated list of URL patterns to be excluded from going through the proxy | diff --git a/charts/zora/values.yaml b/charts/zora/values.yaml index ac8b539d..44d4fae1 100644 --- a/charts/zora/values.yaml +++ b/charts/zora/values.yaml @@ -276,7 +276,7 @@ kubexnsImage: # -- kubexns image repository repository: ghcr.io/undistro/kubexns # -- kubexns image tag - tag: v0.1.2 + tag: v0.1.3 # -- Custom checks ConfigMap name customChecksConfigMap: zora-custom-checks