Skip to content

Commit

Permalink
updating testkube-enterprise chart version to 2.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
testkube-cloud-ci-bot committed Dec 17, 2024
1 parent cbe0913 commit 364371c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 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.125.0
version: 1.126.0
appVersion: 1.10.90
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.125.0](https://img.shields.io/badge/Version-1.125.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.90](https://img.shields.io/badge/AppVersion-1.10.90-informational?style=flat-square)
![Version: 1.126.0](https://img.shields.io/badge/Version-1.126.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.90](https://img.shields.io/badge/AppVersion-1.10.90-informational?style=flat-square)

A Helm chart for Testkube Cloud API

Expand Down Expand Up @@ -190,7 +190,7 @@ A Helm chart for Testkube Cloud API
| migrationImage.pullPolicy | string | `"IfNotPresent"` | |
| migrationImage.registry | string | `""` | If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended |
| migrationImage.repository | string | `"kubeshop/testkube-migration"` | |
| migrationImage.tag | string | `"0.0.7"` | |
| migrationImage.tag | string | `"0.1.0"` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| payments.apiKey | string | `""` | Payments API key (currently only Stripe is supported) |
Expand Down
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.125.0
version: 1.126.0
- name: testkube-cloud-ui
repository: file://../testkube-cloud-ui
version: 1.84.0
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: minio
repository: file://./charts/minio
version: 14.8.3-2
digest: sha256:bec486ac801e5669741731a85cddbc7ac130b7391f8cd1db04e794f2b2c3c807
generated: "2024-12-17T13:32:03.851181457Z"
digest: sha256:1944e18267df596a83cb0dc745d3d30c557da9414daf7d36099fba4aee86a051
generated: "2024-12-17T13:49:02.874078134Z"
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: 2.73.0
version: 2.74.0
dependencies:
- name: common
version: 2.13.3
repository: https://charts.bitnami.com/bitnami
- name: testkube-cloud-api
version: 1.125.0
version: 1.126.0
repository: file://../testkube-cloud-api
condition: testkube-cloud-api.enabled
- name: testkube-cloud-ui
Expand Down
5 changes: 2 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: 2.73.0](https://img.shields.io/badge/Version-2.73.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.74.0](https://img.shields.io/badge/Version-2.74.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.125.0 |
| file://../testkube-cloud-api | testkube-cloud-api | 1.126.0 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.84.0 |
| file://../testkube-worker-service | testkube-worker-service | 1.49.0 |
| file://./charts/dex | dex | 0.19.1-5 |
Expand Down Expand Up @@ -257,7 +257,6 @@ A Helm chart for Testkube Enterprise
| testkube-cloud-api.ingress.className | string | `"nginx"` | |
| testkube-cloud-api.migrationImage.registry | string | `""` | If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended |
| testkube-cloud-api.migrationImage.repository | string | `"kubeshop/testkube-migration"` | |
| testkube-cloud-api.migrationImage.tag | string | `"0.1.0"` | |
| testkube-cloud-api.podSecurityContext | object | `{}` | Pod Security Context |
| testkube-cloud-api.priorityClassName | string | `""` | Priority class name defines the priority of this pod relative to others in the cluster. |
| testkube-cloud-api.prometheus.enabled | bool | `false` | |
Expand Down

0 comments on commit 364371c

Please sign in to comment.