Skip to content

Commit

Permalink
fix: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Feb 15, 2024
1 parent 6509a85 commit 607dff5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion charts/testkube-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A Helm chart for Testkube Enterprise
|------------|------|---------|
| file://../testkube-cloud-api | testkube-cloud-api | 1.22.1 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.21.0 |
| file://../testkube-workers-service | testkube-worker-service | 1.29.0 |
| file://../testkube-worker-service | testkube-worker-service | 1.29.0 |
| https://charts.bitnami.com/bitnami | common | 2.13.3 |
| https://charts.bitnami.com/bitnami | minio | 12.10.2 |
| https://charts.bitnami.com/bitnami | mongodb | 14.3.0 |
Expand Down Expand Up @@ -177,6 +177,9 @@ A Helm chart for Testkube Enterprise
| testkube-cloud-ui.ingress.tlsSecretName | string | `"testkube-enterprise-ui-tls"` | Name of the TLS secret which contains the certificate files |
| testkube-cloud-ui.ingressRedirect | object | `{"enabled":false}` | Toggle whether to enable redirect Ingress which allows having a different subdomain redirecting to the actual Dashboard UI Ingress URL |
| testkube-cloud-ui.ui.authStrategy | string | `""` | Auth strategy to use (possible values: "" (default), "gitlab", "github"), setting to "" enables all auth strategies, if you use a custom Dex connector, set this to the id of the connector |
| testkube-worker-service.fullnameOverride | string | `"testkube-enterprise-worker-service"` | |
| testkube-worker-service.image.repository | string | `"testkubeenterprise/testkube-enterprise-worker-service"` | |
| testkube-worker-service.image.tag | string | `"1.7.2"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
4 changes: 2 additions & 2 deletions charts/testkube-worker-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A Helm chart for Testkube Worker Service

## Source Code

* <https://github.com/kubeshop/testkube-worker-service>
* <https://github.com/kubeshop/testkube-cloud-api>

## Values

Expand Down Expand Up @@ -45,7 +45,7 @@ A Helm chart for Testkube Worker Service
| global.imagePullSecrets | list | `[]` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"kubeshop/testkube-worker-service"` | |
| image.tag | string | `"1.6.7"` | |
| image.tag | string | `"1.7.2"` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
Expand Down

0 comments on commit 607dff5

Please sign in to comment.