Skip to content

Commit

Permalink
updating testkube-enterprise chart version to 1.138.0
Browse files Browse the repository at this point in the history
  • Loading branch information
testkube-cloud-ci-bot committed Aug 7, 2024
1 parent 89690b5 commit 27f6265
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.75.2
version: 1.76.0
appVersion: 1.10.44
maintainers:
- name: testkube
Expand Down
4 changes: 2 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.75.2](https://img.shields.io/badge/Version-1.75.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.44](https://img.shields.io/badge/AppVersion-1.10.44-informational?style=flat-square)
![Version: 1.76.0](https://img.shields.io/badge/Version-1.76.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.44](https://img.shields.io/badge/AppVersion-1.10.44-informational?style=flat-square)

A Helm chart for Testkube Cloud API

Expand Down Expand Up @@ -215,4 +215,4 @@ A Helm chart for Testkube Cloud API
| websocketsIngress.labels | object | `{}` | Additional labels to add to the WebSocket Ingress resource |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
6 changes: 3 additions & 3 deletions charts/testkube-enterprise/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 2.13.3
- name: testkube-cloud-api
repository: file://../testkube-cloud-api
version: 1.75.2
version: 1.76.0
- name: testkube-cloud-ui
repository: file://../testkube-cloud-ui
version: 1.58.2
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: minio
repository: file://./charts/minio
version: 14.6.16
digest: sha256:0664b1e11ca236b3b78b57304498e62d8105e1ec0ae7412815a7a86e5be3d0d7
generated: "2024-08-07T08:53:44.381847055Z"
digest: sha256:ff1e7be81230c2a873e08963d6cfc6eafe27df902fb270132ac78e5d9ec1ba78
generated: "2024-08-07T11:52:46.821367843Z"
4 changes: 2 additions & 2 deletions charts/testkube-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v2
name: testkube-enterprise
description: A Helm chart for Testkube Enterprise
type: application
version: 1.137.6
version: 1.138.0
dependencies:
- name: common
version: 2.13.3
repository: https://charts.bitnami.com/bitnami
- name: testkube-cloud-api
version: 1.75.2
version: 1.76.0
repository: file://../testkube-cloud-api
- name: testkube-cloud-ui
version: 1.58.2
Expand Down
6 changes: 3 additions & 3 deletions charts/testkube-enterprise/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# testkube-enterprise

![Version: 1.137.6](https://img.shields.io/badge/Version-1.137.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.138.0](https://img.shields.io/badge/Version-1.138.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,7 +16,7 @@ A Helm chart for Testkube Enterprise

| Repository | Name | Version |
|------------|------|---------|
| file://../testkube-cloud-api | testkube-cloud-api | 1.75.2 |
| file://../testkube-cloud-api | testkube-cloud-api | 1.76.0 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.58.2 |
| file://../testkube-worker-service | testkube-worker-service | 1.39.0 |
| file://./charts/dex | dex | 0.18.0 |
Expand Down Expand Up @@ -269,4 +269,4 @@ A Helm chart for Testkube Enterprise
| testkube-worker-service.resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"75m","memory":"64Mi"}}` | Set resources requests and limits for Testkube Worker Service |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.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-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ global:
# -- Credentials secret ref (secret should contain keys: root-user, root-password, token) (default is `testkube-cloud-minio-secret`)
credsSecretRef: ""
tls: {}
# -- Toggle whether to globally skip certificate verification
#skipVerify: true
# -- Toggle whether to globally skip certificate verification
#skipVerify: true
# Testkube requires a variety of secrets to operate.
# Any secret not provided manually will be automatically generated with a random value by the shared secret job.
sharedSecretGenerator:
Expand Down

0 comments on commit 27f6265

Please sign in to comment.