diff --git a/charts/testkube-enterprise/Chart.yaml b/charts/testkube-enterprise/Chart.yaml index bbb0a35f0..d6a312845 100644 --- a/charts/testkube-enterprise/Chart.yaml +++ b/charts/testkube-enterprise/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: testkube-enterprise description: A Helm chart for Testkube Enterprise type: application -version: 2.44.0 +version: 2.45.0 dependencies: - name: common version: 2.13.3 diff --git a/charts/testkube-enterprise/README.md b/charts/testkube-enterprise/README.md index bfb1197cd..0784650a5 100644 --- a/charts/testkube-enterprise/README.md +++ b/charts/testkube-enterprise/README.md @@ -1,6 +1,6 @@ # testkube-enterprise -![Version: 2.44.0](https://img.shields.io/badge/Version-2.44.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.45.0](https://img.shields.io/badge/Version-2.45.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for Testkube Enterprise @@ -183,7 +183,7 @@ A Helm chart for Testkube Enterprise | sharedSecretGenerator.image.tag | string | `"1.28.2"` | | | sharedSecretGenerator.resources | object | `{}` | Resources for the Shared Secret Generator Job | | sharedSecretGenerator.securityContext | object | `{}` | Pod Security Context for the Shared Secret Generator Job | -| testkube-agent.enabled | bool | `false` | Toggle whether to install & connect Testkube Agent in the same cluster | +| testkube-agent.enabled | bool | `false` | Toggle whether to install & connect Testkube Agent in the same namespace. Keep it disabled to have more control over where your agents run. See https://docs.testkube.io/articles/install/overview for more info. This relies on the `testkube-default-agent-token` shared secret. See https://docs.testkube.io/articles/install/install-with-helm#shared-secrets | | testkube-cloud-api.ai.secretRef | string | `""` | | | testkube-cloud-api.api.agent.healthcheck.lock | string | `"kv"` | Agent healthcheck distributed mode (one of mongo|kv) - used for pods sync to run healthchecks on single pod at once | | testkube-cloud-api.api.agent.hide | bool | `false` | |