Skip to content

Commit

Permalink
updating testkube-enterprise chart version to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
testkube-cloud-ci-bot committed Nov 6, 2024
1 parent 7ecfdeb commit 6334f29
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 35 deletions.
2 changes: 1 addition & 1 deletion charts/testkube-cloud-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: testkube-cloud-api
description: A Helm chart for Testkube Cloud API
type: application
version: 1.102.0
version: 1.103.0
appVersion: 1.10.75
maintainers:
- name: testkube
Expand Down
7 changes: 5 additions & 2 deletions charts/testkube-cloud-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# testkube-cloud-api

![Version: 1.102.0](https://img.shields.io/badge/Version-1.102.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.75](https://img.shields.io/badge/AppVersion-1.10.75-informational?style=flat-square)
![Version: 1.103.0](https://img.shields.io/badge/Version-1.103.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.75](https://img.shields.io/badge/AppVersion-1.10.75-informational?style=flat-square)

A Helm chart for Testkube Cloud API

Expand Down Expand Up @@ -128,6 +128,7 @@ A Helm chart for Testkube Cloud API
| fullnameOverride | string | `""` | |
| global.certManager.issuerRef | string | `""` | Certificate Issuer ref (only used if `provider` is set to `cert-manager`) |
| global.certificateProvider | string | `""` | TLS provider (possible values: "", "cert-manager") |
| global.containerSecurityContext | object | `{}` | Global security Context for all containers |
| global.customCaSecretKey | string | `"ca.crt"` | Custom CA to use as a trusted CA during TLS connections. Specify a key for the secret specified under customCaSecretRef. |
| global.customCaSecretRef | string | `""` | Custom CA to use as a trusted CA during TLS connections. Specify a secret with the PEM encoded CA under the key specified by customCaSecretKey. |
| global.dex.issuer | string | `""` | Global Dex issuer url |
Expand All @@ -149,6 +150,7 @@ A Helm chart for Testkube Cloud API
| global.mongo.dsnSecretRef | string | `""` | Mongo DSN connection string secret ref (secret must contain key MONGO_DSN) (default is `mongo-dsn`) |
| global.mongo.readPreference | string | `""` | Mongo read preference (primary|primaryPreferred|secondary|secondaryPreferred|nearest) |
| global.nats.uri | string | `""` | NATS URI |
| global.podSecurityContext | object | `{}` | Global security Context for all pods |
| global.restApiSubdomain | string | `"api"` | REST API subdomain which get prepended to the domain |
| global.storage.accessKeyId | string | `""` | S3 Access Key ID |
| global.storage.credsSecretRef | string | `""` | Credentials secret ref (secret should contain keys: root-user, root-password, token) (default is `testkube-cloud-minio-secret`) |
Expand Down Expand Up @@ -178,6 +180,7 @@ A Helm chart for Testkube Cloud API
| imagePullSecrets | list | `[]` | |
| ingress.className | string | `"nginx"` | Common Ingress class name (NGINX is the only officially supported ingress controller and should not be changed) |
| init.enabled | bool | `false` | Toggle whether to enable the dependency check containers |
| init.mongo.containerSecurityContext | object | `{}` | |
| init.mongo.image.digest | string | `""` | MongoSH image digest |
| init.mongo.image.pullPolicy | string | `"IfNotPresent"` | MongoSH image pull policy |
| init.mongo.image.registry | string | `"docker.io"` | MongoSH image registry |
Expand Down Expand Up @@ -205,7 +208,7 @@ A Helm chart for Testkube Cloud API
| restIngress.enabled | bool | `true` | Toggle whether to enable the REST API Ingress |
| restIngress.host | string | `""` | Hostname for which to create rules and TLS certificates (if omitted, the host will be generated using the global subdomain and `domain` values) |
| restIngress.labels | object | `{}` | Additional labels to add to the REST Ingress resource |
| securityContext | object | `{"readOnlyRootFilesystem":true}` | Security Context for app container |
| securityContext | object | `{"readOnlyRootFilesystem":true}` | Container Security Context |
| service.annotations | object | `{}` | Additional annotations to add to the Service resource |
| service.grpcPort | int | `8089` | gRPC/Agent API port |
| service.labels | object | `{}` | Additional labels to add to the Service resource |
Expand Down
2 changes: 1 addition & 1 deletion charts/testkube-cloud-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: testkube-cloud-ui
description: A Helm chart for Testkube Cloud UI
type: application
version: 1.70.0
version: 1.71.0
appVersion: 2.7.0
maintainers:
- name: testkube
Expand Down
4 changes: 3 additions & 1 deletion charts/testkube-cloud-ui/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# testkube-cloud-ui

![Version: 1.70.0](https://img.shields.io/badge/Version-1.70.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square)
![Version: 1.71.0](https://img.shields.io/badge/Version-1.71.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square)

A Helm chart for Testkube Cloud UI

Expand Down Expand Up @@ -34,12 +34,14 @@ A Helm chart for Testkube Cloud UI
| fullnameOverride | string | `""` | |
| global.certManager.issuerRef | string | `""` | Certificate Issuer ref (only used if `provider` is set to `cert-manager`) |
| global.certificateProvider | string | `""` | TLS provider (possible values: "", "cert-manager") |
| global.containerSecurityContext | object | `{}` | Global security Context for all containers |
| global.domain | string | `""` | Domain under which to create Ingress rules |
| global.enterpriseMode | bool | `false` | Toggle whether UI is installed in Enterprise mode |
| global.imagePullSecrets | list | `[]` | Global image pull secrets (provided usually by a parent chart like testkube-enterprise) |
| global.imageRegistry | string | `""` | Global image registry to be prepended for to all images (usually defined in parent chart) |
| global.ingress.enabled | bool | `true` | Global toggle whether to create Ingress resources |
| global.labels | object | `{}` | Common labels which will be added to all resources |
| global.podSecurityContext | object | `{}` | Global security Context for all pods |
| global.redirectSubdomain | string | `"app"` | Different UI subdomain which gets prepended to the domain. May be used for the redirect from your actual uiSubdomain endpoint. Works is ingressRedirect option is enabled. |
| global.restApiSubdomain | string | `"api"` | REST API subdomain |
| global.uiSubdomain | string | `"cloud"` | UI subdomain which get prepended to the domain |
Expand Down
10 changes: 5 additions & 5 deletions charts/testkube-enterprise/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ dependencies:
version: 2.13.3
- name: testkube-cloud-api
repository: file://../testkube-cloud-api
version: 1.102.0
version: 1.103.0
- name: testkube-cloud-ui
repository: file://../testkube-cloud-ui
version: 1.70.0
version: 1.71.0
- name: testkube-worker-service
repository: file://../testkube-worker-service
version: 1.44.0
version: 1.45.0
- name: testkube
repository: https://kubeshop.github.io/helm-charts
version: 2.1.75
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 14.7.0
digest: sha256:1d5a73633a95123776b52c7de39dafe34835b07f97026b1ace99712ffb30c578
generated: "2024-11-06T15:30:47.69998+02:00"
digest: sha256:7e56410d65f46a0f40ea2d90f990159c298b7744309e3594d15d62ac73e883fe
generated: "2024-11-06T13:37:01.958610182Z"
8 changes: 4 additions & 4 deletions charts/testkube-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ apiVersion: v2
name: testkube-enterprise
description: A Helm chart for Testkube Enterprise
type: application
version: 2.8.0
version: 2.9.0
dependencies:
- name: common
version: 2.13.3
repository: https://charts.bitnami.com/bitnami
- name: testkube-cloud-api
version: 1.102.0
version: 1.103.0
repository: file://../testkube-cloud-api
- name: testkube-cloud-ui
version: 1.70.0
version: 1.71.0
repository: file://../testkube-cloud-ui
- name: testkube-worker-service
version: 1.44.0
version: 1.45.0
repository: file://../testkube-worker-service
- name: testkube
alias: testkube-agent
Expand Down
37 changes: 24 additions & 13 deletions charts/testkube-enterprise/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# testkube-enterprise

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

A Helm chart for Testkube Enterprise

Expand All @@ -16,11 +16,11 @@ A Helm chart for Testkube Enterprise

| Repository | Name | Version |
|------------|------|---------|
| file://../testkube-cloud-api | testkube-cloud-api | 1.102.0 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.70.0 |
| file://../testkube-worker-service | testkube-worker-service | 1.44.0 |
| file://./charts/dex | dex | 0.19.1-3 |
| file://./charts/nats | nats | 1.2.6-1 |
| file://../testkube-cloud-api | testkube-cloud-api | 1.103.0 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.71.0 |
| file://../testkube-worker-service | testkube-worker-service | 1.45.0 |
| file://./charts/dex | dex | 0.19.1-4 |
| file://./charts/nats | nats | 1.2.6-2 |
| https://charts.bitnami.com/bitnami | common | 2.13.3 |
| https://charts.bitnami.com/bitnami | minio | 14.7.0 |
| https://charts.bitnami.com/bitnami | mongodb | 15.6.16 |
Expand Down Expand Up @@ -56,6 +56,7 @@ A Helm chart for Testkube Enterprise
| dex.storage | object | `{}` | Configure backend for Dex internal config (more info here https://dexidp.io/docs/storage) |
| global.certManager.issuerRef | string | `""` | Certificate Issuer ref (only used if `provider` is set to `cert-manager`) |
| global.certificateProvider | string | `"cert-manager"` | TLS certificate provider. Set to "cert-manager" for integration with cert-manager or leave empty for other methods |
| global.containerSecurityContext | object | `{}` | Global security Context for all containers, except for MongoDB and MinIo. Container security context for them needs to be provided separately. |
| global.customCaSecretKey | string | `"ca.crt"` | Custom CA to use as a trusted CA during TLS connections. Specify a key for the secret specified under customCaSecretRef. |
| global.customCaSecretRef | string | `""` | Custom CA to use as a trusted CA during TLS connections. Specify a secret with the PEM encoded CA under the key specified by customCaSecretKey. |
| global.dex.issuer | string | `""` | Global Dex issuer url which is configured both in Dex and API |
Expand All @@ -76,6 +77,7 @@ A Helm chart for Testkube Enterprise
| global.mongo.dsnSecretRef | string | `""` | Mongo DSN connection string secret ref (secret must contain key MONGO_DSN) (default is `mongo-dsn`) |
| global.mongo.readPreference | string | `"secondaryPreferred"` | Mongo read preference (primary|primaryPreferred|secondary|secondaryPreferred|nearest) |
| global.nats.uri | string | `"nats://testkube-enterprise-nats:4222"` | NATS URI |
| global.podSecurityContext | object | `{}` | Global security Context for all pods, except for MongoDB and MinIo. Pod security Context for them needs to be provided separately. |
| global.redirectSubdomain | string | `"app"` | Different UI subdomain which gets prepended to the domain. May be used for the redirect from your actual uiSubdomain endpoint. Works is ingressRedirect option is enabled. |
| global.restApiSubdomain | string | `"api"` | REST API subdomain which get prepended to the domain |
| global.storage.accessKeyId | string | `"testkube-enterprise"` | S3 Access Key ID |
Expand Down Expand Up @@ -151,20 +153,21 @@ A Helm chart for Testkube Enterprise
| nats.config.merge.max_payload | string | `"<< 8MB >>"` | NATS message maximum payload size |
| nats.config.patch | list | `[]` | Patch additional fields to nats config |
| nats.container.merge.resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"50m","memory":"64Mi"}}` | Set resources requests and limits for NATS container |
| nats.container.merge.securityContext | object | `{}` | Set Security Context for NATS container |
| nats.enabled | bool | `true` | Toggle whether to install NATS |
| nats.fullnameOverride | string | `"testkube-enterprise-nats"` | |
| nats.natsBox.container.merge | object | `{"resources":{"limits":{"cpu":"100m","memory":"128Mi"},"requests":{"cpu":"50m","memory":"64Mi"}}}` | Merge additional fields to the container |
| nats.natsBox.container.merge | object | `{"resources":{"limits":{"cpu":"100m","memory":"128Mi"},"requests":{"cpu":"50m","memory":"64Mi"}},"securityContext":{}}` | Merge additional fields to the container |
| nats.natsBox.container.merge.securityContext | object | `{}` | Set a security Context for NatsBox container |
| nats.natsBox.enabled | bool | `false` | |
| nats.natsBox.env | object | `{}` | Map of additional env vars |
| nats.natsBox.merge | object | `{}` | Merge additional fields to the container https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#container-v1-core |
| nats.natsBox.patch | list | `[]` | Patch additional fields to the container |
| nats.natsBox.podTemplate.merge.spec.securityContext | object | `{}` | Set a security Context for NatsBox pod |
| nats.promExporter.enabled | bool | `false` | Toggle whether to install NATS exporter |
| nats.promExporter.env | object | `{}` | Map of additional env vars |
| nats.promExporter.merge | object | `{}` | Merge additional fields to the container https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#container-v1-core |
| nats.promExporter.merge | object | `{"securityContext":{}}` | Merge additional fields to the container https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#container-v1-core |
| nats.promExporter.patch | list | `[]` | Patch additional fields to the container |
| nats.reloader.enabled | bool | `true` | Toggle whether to install Reloader |
| nats.reloader.env | object | `{}` | Map of additional env vars |
| nats.reloader.merge | object | `{"resources":{"limits":{"cpu":"100m","memory":"256Mi"},"requests":{"cpu":"50m","memory":"64Mi"}}}` | Merge additional fields to the container https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#container-v1-core |
| nats.reloader.merge | object | `{"resources":{"limits":{"cpu":"100m","memory":"256Mi"},"requests":{"cpu":"50m","memory":"64Mi"}},"securityContext":{}}` | Merge additional fields to the container https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#container-v1-core |
| nats.reloader.merge.securityContext | object | `{}` | Set Security Context for reloader container |
| nats.reloader.patch | list | `[]` | |
| sharedSecretGenerator.containerSecurityContext | object | `{}` | Container Security Context for the Shared Secret Generator Job |
| sharedSecretGenerator.enabled | bool | `false` | Toggle whether to enable the Shared Secret Generator Job |
Expand Down Expand Up @@ -247,8 +250,11 @@ A Helm chart for Testkube Enterprise
| testkube-cloud-api.init.mongo.image.pullPolicy | string | `"IfNotPresent"` | MongoSH image pull policy |
| testkube-cloud-api.init.mongo.image.repository | string | `"kubeshop/bitnami-mongodb"` | MongoSH image repository |
| testkube-cloud-api.init.mongo.image.tag | string | `"7.0.12"` | MongoSH image tag |
| testkube-cloud-api.init.mongo.securityContext | object | `{}` | Init container Security Context |
| testkube-cloud-api.podSecurityContext | object | `{}` | Pod Security Context |
| testkube-cloud-api.prometheus.enabled | bool | `false` | |
| testkube-cloud-api.resources | object | `{"limits":{"cpu":1,"memory":"512Mi"},"requests":{"cpu":"50m","memory":"64Mi"}}` | Set resources requests and limits for Testkube Api |
| testkube-cloud-api.securityContext | object | `{"readOnlyRootFilesystem":true}` | Container Security Context |
| testkube-cloud-api.serviceAccount.annotations | object | `{}` | Additional annotations to add to the ServiceAccount resource |
| testkube-cloud-api.serviceAccount.create | bool | `false` | Toggle whether to create a ServiceAccount resource |
| testkube-cloud-api.serviceAccount.labels | object | `{}` | Additional labels to add to the ServiceAccount resource |
Expand All @@ -261,7 +267,9 @@ A Helm chart for Testkube Enterprise
| testkube-cloud-ui.ingress.className | string | `"nginx"` | Ingress classname |
| 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.podSecurityContext | object | `{}` | Pod Security Context |
| testkube-cloud-ui.resources | object | `{"limits":{"cpu":"150m","memory":"128Mi"},"requests":{"cpu":"50m","memory":"64Mi"}}` | Set resources requests and limits for Testkube UI |
| testkube-cloud-ui.securityContext | object | `{"readOnlyRootFilesystem":true}` | Container Security Context |
| 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.additionalEnv.USE_MINIO | bool | `true` | |
| testkube-worker-service.api.minio.credsFilePath | string | `""` | Path to where a Minio credential file should be mounted |
Expand All @@ -276,13 +284,16 @@ A Helm chart for Testkube Enterprise
| testkube-worker-service.image.registry | string | `""` | If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended |
| testkube-worker-service.image.repository | string | `"kubeshop/testkube-enterprise-worker-service"` | |
| testkube-worker-service.image.tag | string | `"1.10.74"` | |
| testkube-worker-service.init | object | `{"mongo":{"image":{"digest":"","pullPolicy":"IfNotPresent","registry":"docker.io","repository":"kubeshop/bitnami-mongodb","tag":"7.0.12"}}}` | Mongo Init Container values |
| testkube-worker-service.init | object | `{"mongo":{"image":{"digest":"","pullPolicy":"IfNotPresent","registry":"docker.io","repository":"kubeshop/bitnami-mongodb","tag":"7.0.12"},"securityContext":{}}}` | Mongo Init Container values |
| testkube-worker-service.init.mongo.image.digest | string | `""` | MongoSH image digest |
| testkube-worker-service.init.mongo.image.pullPolicy | string | `"IfNotPresent"` | MongoSH image pull policy |
| testkube-worker-service.init.mongo.image.registry | string | `"docker.io"` | MongoSH image registry |
| testkube-worker-service.init.mongo.image.repository | string | `"kubeshop/bitnami-mongodb"` | MongoSH image repository |
| testkube-worker-service.init.mongo.image.tag | string | `"7.0.12"` | MongoSH image tag |
| testkube-worker-service.init.mongo.securityContext | object | `{}` | Security context for Init Container |
| testkube-worker-service.podSecurityContext | object | `{}` | Pod Security Context |
| testkube-worker-service.resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"75m","memory":"64Mi"}}` | Set resources requests and limits for Testkube Worker Service |
| testkube-worker-service.securityContext | object | `{"readOnlyRootFilesystem":true}` | Container Security Context |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Loading

0 comments on commit 6334f29

Please sign in to comment.