Skip to content

Commit

Permalink
testkube: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele committed Jan 12, 2024
1 parent b0d1fb3 commit f0d634b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/testkube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Testkube is an open-source platform that simplifies the deployment and management of automated testing infrastructure.

![Version: 1.16.18](https://img.shields.io/badge/Version-1.16.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.16.28](https://img.shields.io/badge/Version-1.16.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

## Install

Expand Down Expand Up @@ -136,9 +136,9 @@ kubectl label --overwrite crds scripts.tests.testkube.io app.kubernetes.io/manag
| Repository | Name | Version |
|------------|------|---------|
| file://../global | global | 0.1.2 |
| file://../testkube-api | testkube-api | 1.16.13 |
| file://../testkube-api | testkube-api | 1.16.22 |
| file://../testkube-dashboard | testkube-dashboard | 1.16.2 |
| file://../testkube-operator | testkube-operator | 1.16.11 |
| file://../testkube-operator | testkube-operator | 1.16.21 |
| https://charts.bitnami.com/bitnami | mongodb | 13.10.1 |
| https://nats-io.github.io/k8s/helm/charts/ | nats | 0.19.1 |

Expand Down Expand Up @@ -205,12 +205,13 @@ kubectl label --overwrite crds scripts.tests.testkube.io app.kubernetes.io/manag
| testkube-api.cloud.key | string | `""` | Testkube Clouc License Key (for Environment) |
| testkube-api.cloud.tls.enabled | bool | `true` | Toggle should the connection to Agent API in Cloud/Enterprise use secure GRPC (GRPCS) (if false, it will use insecure GRPC) |
| testkube-api.cloud.tls.skipVerify | bool | `false` | Toggle should the client skip verifying the Agent API server cert in Cloud/Enterprise |
| testkube-api.cloud.uiUrl | string | `""` | |
| testkube-api.cloud.url | string | `"agent.testkube.io:443"` | Testkube Cloud API URL |
| testkube-api.cloud.uiUrl | string | `""` | Testkube Cloud UI URL |
| testkube-api.clusterName | string | `""` | |
| testkube-api.dashboardUri | string | `""` | |
| testkube-api.dnsPolicy | string | `""` | Specify dnsPolicy for Testkube API Deployment |
| testkube-api.enableSecretsEndpoint | bool | `false` | enable endpoint to list testkube namespace secrets |
| testkube-api.enabledExecutors | string | `nil` | |
| testkube-api.executors | string | `""` | default executors as base64-encoded string |
| testkube-api.extraEnvVars | list | `[]` | Extra environment variables to be set on deployment |
| testkube-api.fullnameOverride | string | `"testkube-api-server"` | Testkube API full name override |
Expand All @@ -220,7 +221,6 @@ kubectl label --overwrite crds scripts.tests.testkube.io app.kubernetes.io/manag
| testkube-api.image.pullSecrets | list | `[]` | Testkube API k8s secret for private registries |
| testkube-api.image.registry | string | `"docker.io"` | Testkube API image registry |
| testkube-api.image.repository | string | `"kubeshop/testkube-api-server"` | Testkube API image name |
| testkube-api.enabledExecutors | object | `{}` | Enable only specified executors with enabled flag |
| testkube-api.jobServiceAccountName | string | `""` | SA that is used by a job. Can be annotated with the IAM Role Arn to access S3 service in AWS Cloud. |
| testkube-api.livenessProbe | object | `{"initialDelaySeconds":15}` | Testkube API Liveness probe parameters |
| testkube-api.livenessProbe.initialDelaySeconds | int | `15` | Initial delay for liveness probe |
Expand Down

0 comments on commit f0d634b

Please sign in to comment.