Skip to content

Commit e364815

Browse files
author
testkube-cloud-ci-bot
committed
updating testkube-enterprise chart version to 2.259.0
1 parent efa8fb6 commit e364815

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

charts/testkube-ai-service/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: testkube-ai-service
33
description: A Helm chart for Testkube AI service
44
type: application
5-
version: 1.9.0
5+
version: 1.10.0
66
appVersion: 2.3.0
77
maintainers:
88
- name: testkube

charts/testkube-ai-service/README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# testkube-ai-service
22

3-
![Version: 1.9.0](https://img.shields.io/badge/Version-1.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square)
3+
![Version: 1.10.0](https://img.shields.io/badge/Version-1.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square)
44

55
A Helm chart for Testkube AI service
66

@@ -69,9 +69,6 @@ A Helm chart for Testkube AI service
6969
| nameOverride | string | `""` | |
7070
| nodeEnv | string | `"production"` | Environment of deployment |
7171
| nodeSelector | object | `{}` | |
72-
| oauthAudience | string | `""` | OAuth audience represents the expected value of the `aud` claim in the JWT token. This is the static client ID in the Dex configuration. |
73-
| oauthIssuer | string | `""` | Specify issuer to skip OIDC Discovery |
74-
| oauthJwksUri | string | `""` | Specify the URL to fetch the JWK set document and skip OIDC Discovery |
7572
| oidcDiscoveryUri | string | `""` | Use OpenID Conect (OIDC) Discovery endpoint to fetch configurations from the identity provider. The path should end with `/.well-known/openid-configuration`. |
7673
| podAnnotations | object | `{}` | |
7774
| podDisruptionBudget.enabled | bool | `false` | Enable a [pod distruption budget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) to help dealing with [disruptions](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/). |

charts/testkube-enterprise/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
version: 1.72.0
1414
- name: testkube-ai-service
1515
repository: file://../testkube-ai-service
16-
version: 1.9.0
16+
version: 1.10.0
1717
- name: testkube
1818
repository: https://kubeshop.github.io/helm-charts
1919
version: 2.1.209
@@ -29,5 +29,5 @@ dependencies:
2929
- name: minio
3030
repository: file://./charts/minio
3131
version: 14.8.3-3
32-
digest: sha256:502090093e67331ca1e376c2cbb3580916a10f750c817c01046f0861241a5813
33-
generated: "2025-04-07T15:42:54.098899728Z"
32+
digest: sha256:d6c58e6256b83b523e88be5cb5a3cf6cbd32e8ef215071ba9eab091f9532e894
33+
generated: "2025-04-07T16:20:32.352079225Z"

charts/testkube-enterprise/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: testkube-enterprise
33
description: A Helm chart for Testkube Enterprise
44
type: application
5-
version: 2.258.0
5+
version: 2.259.0
66
dependencies:
77
- name: common
88
version: 2.13.3
@@ -19,7 +19,7 @@ dependencies:
1919
version: 1.72.0
2020
repository: file://../testkube-worker-service
2121
- name: testkube-ai-service
22-
version: 1.9.0
22+
version: 1.10.0
2323
repository: file://../testkube-ai-service
2424
condition: testkube-ai-service.enabled
2525
- name: testkube

charts/testkube-enterprise/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# testkube-enterprise
22

3-
![Version: 2.258.0](https://img.shields.io/badge/Version-2.258.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 2.259.0](https://img.shields.io/badge/Version-2.259.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
A Helm chart for Testkube Enterprise
66

@@ -16,7 +16,7 @@ A Helm chart for Testkube Enterprise
1616

1717
| Repository | Name | Version |
1818
|------------|------|---------|
19-
| file://../testkube-ai-service | testkube-ai-service | 1.9.0 |
19+
| file://../testkube-ai-service | testkube-ai-service | 1.10.0 |
2020
| file://../testkube-cloud-api | testkube-cloud-api | 1.165.0 |
2121
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.106.0 |
2222
| file://../testkube-worker-service | testkube-worker-service | 1.72.0 |

0 commit comments

Comments
 (0)