Skip to content

Commit aef0c23

Browse files
author
testkube-cloud-ci-bot
committed
updating testkube-enterprise chart version to
1 parent 5db8fa6 commit aef0c23

File tree

12 files changed

+31
-31
lines changed

12 files changed

+31
-31
lines changed

charts/testkube-cloud-api/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: testkube-cloud-api
33
description: A Helm chart for Testkube Cloud API
44
type: application
5-
version: 1.162.0
6-
appVersion: 1.11.22
5+
version: 1.162.1
6+
appVersion: 1.11.23
77
maintainers:
88
- name: testkube
99
url: https://testkube.io

charts/testkube-cloud-api/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# testkube-cloud-api
22

3-
![Version: 1.162.0](https://img.shields.io/badge/Version-1.162.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.22](https://img.shields.io/badge/AppVersion-1.11.22-informational?style=flat-square)
3+
![Version: 1.162.1](https://img.shields.io/badge/Version-1.162.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.23](https://img.shields.io/badge/AppVersion-1.11.23-informational?style=flat-square)
44

55
A Helm chart for Testkube Cloud API
66

@@ -185,13 +185,13 @@ A Helm chart for Testkube Cloud API
185185
| image.pullPolicy | string | `"IfNotPresent"` | |
186186
| image.registry | string | `""` | If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended |
187187
| image.repository | string | `"kubeshop/testkube-enterprise-api"` | |
188-
| image.tag | string | `"1.11.22"` | |
188+
| image.tag | string | `"1.11.23"` | |
189189
| imagePullSecrets | list | `[]` | |
190190
| ingress.className | string | `"nginx"` | Common Ingress class name (NGINX is the only officially supported ingress controller and should not be changed) |
191191
| migrationImage.pullPolicy | string | `"IfNotPresent"` | |
192192
| migrationImage.registry | string | `""` | If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended |
193193
| migrationImage.repository | string | `"kubeshop/testkube-migration"` | |
194-
| migrationImage.tag | string | `"1.11.22"` | |
194+
| migrationImage.tag | string | `"1.11.23"` | |
195195
| nameOverride | string | `""` | |
196196
| nodeSelector | object | `{}` | |
197197
| payments.apiKey | string | `""` | Payments API key (currently only Stripe is supported) |

charts/testkube-cloud-api/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ image:
126126
registry: ""
127127
repository: kubeshop/testkube-enterprise-api
128128
pullPolicy: IfNotPresent
129-
tag: "1.11.22"
129+
tag: "1.11.23"
130130
migrationImage:
131131
# -- If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended
132132
registry: ""
133133
repository: kubeshop/testkube-migration
134134
pullPolicy: IfNotPresent
135-
tag: "1.11.22"
135+
tag: "1.11.23"
136136
imagePullSecrets: []
137137
nameOverride: ""
138138
fullnameOverride: ""

charts/testkube-enterprise/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ dependencies:
44
version: 2.13.3
55
- name: testkube-cloud-api
66
repository: file://../testkube-cloud-api
7-
version: 1.162.0
7+
version: 1.162.1
88
- name: testkube-cloud-ui
99
repository: file://../testkube-cloud-ui
1010
version: 1.106.0
1111
- name: testkube-worker-service
1212
repository: file://../testkube-worker-service
13-
version: 1.69.0
13+
version: 1.69.1
1414
- name: testkube-ai-service
1515
repository: file://../testkube-ai-service
1616
version: 1.8.0
@@ -29,5 +29,5 @@ dependencies:
2929
- name: minio
3030
repository: file://./charts/minio
3131
version: 14.8.3-3
32-
digest: sha256:b1792456dfcbe211b688afdaf968b73d85dce36a7a26d59cc4b572d1dd3e0326
33-
generated: "2025-04-01T12:48:34.506514897Z"
32+
digest: sha256:27aa0a6013bd65867c80bb622c261ebce220045fd8bf12ca6911ff5dd5ea5746
33+
generated: "2025-04-01T13:10:49.07876562Z"

charts/testkube-enterprise/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ apiVersion: v2
22
name: testkube-enterprise
33
description: A Helm chart for Testkube Enterprise
44
type: application
5-
version: 2.249.0
5+
version: 2.249.1
66
dependencies:
77
- name: common
88
version: 2.13.3
99
repository: oci://registry-1.docker.io/bitnamicharts
1010
- name: testkube-cloud-api
11-
version: 1.162.0
11+
version: 1.162.1
1212
repository: file://../testkube-cloud-api
1313
condition: testkube-cloud-api.enabled
1414
- name: testkube-cloud-ui
1515
version: 1.106.0
1616
repository: file://../testkube-cloud-ui
1717
condition: testkube-cloud-ui.enabled
1818
- name: testkube-worker-service
19-
version: 1.69.0
19+
version: 1.69.1
2020
repository: file://../testkube-worker-service
2121
- name: testkube-ai-service
2222
version: 1.8.0

charts/testkube-enterprise/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# testkube-enterprise
22

3-
![Version: 2.249.0](https://img.shields.io/badge/Version-2.249.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 2.249.1](https://img.shields.io/badge/Version-2.249.1-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

@@ -17,9 +17,9 @@ A Helm chart for Testkube Enterprise
1717
| Repository | Name | Version |
1818
|------------|------|---------|
1919
| file://../testkube-ai-service | testkube-ai-service | 1.8.0 |
20-
| file://../testkube-cloud-api | testkube-cloud-api | 1.162.0 |
20+
| file://../testkube-cloud-api | testkube-cloud-api | 1.162.1 |
2121
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.106.0 |
22-
| file://../testkube-worker-service | testkube-worker-service | 1.69.0 |
22+
| file://../testkube-worker-service | testkube-worker-service | 1.69.1 |
2323
| file://./charts/dex | dex | 0.19.1-9 |
2424
| file://./charts/minio | minio | 14.8.3-3 |
2525
| file://./charts/mongodb | mongodb | 16.2.1-2 |
@@ -329,11 +329,11 @@ A Helm chart for Testkube Enterprise
329329
| testkube-cloud-api.fullnameOverride | string | `"testkube-enterprise-api"` | |
330330
| testkube-cloud-api.image.registry | string | `""` | If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended |
331331
| testkube-cloud-api.image.repository | string | `"kubeshop/testkube-enterprise-api"` | |
332-
| testkube-cloud-api.image.tag | string | `"1.11.22"` | |
332+
| testkube-cloud-api.image.tag | string | `"1.11.23"` | |
333333
| testkube-cloud-api.ingress.className | string | `"nginx"` | |
334334
| 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 |
335335
| testkube-cloud-api.migrationImage.repository | string | `"kubeshop/testkube-migration"` | |
336-
| testkube-cloud-api.migrationImage.tag | string | `"1.11.22"` | |
336+
| testkube-cloud-api.migrationImage.tag | string | `"1.11.23"` | |
337337
| testkube-cloud-api.podDisruptionBudget | object | `{"enabled":false,"maxUnavailable":"","minAvailable":""}` | 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/). |
338338
| testkube-cloud-api.podDisruptionBudget.maxUnavailable | int/percentage | `""` | Number or percentage of pods that can be unavailable. |
339339
| testkube-cloud-api.podDisruptionBudget.minAvailable | int/percentage | `""` | Number or percentage of pods that must remain available. |
@@ -385,7 +385,7 @@ A Helm chart for Testkube Enterprise
385385
| testkube-worker-service.fullnameOverride | string | `"testkube-enterprise-worker-service"` | |
386386
| 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 |
387387
| testkube-worker-service.image.repository | string | `"kubeshop/testkube-enterprise-worker-service"` | |
388-
| testkube-worker-service.image.tag | string | `"1.11.22"` | |
388+
| testkube-worker-service.image.tag | string | `"1.11.23"` | |
389389
| testkube-worker-service.podDisruptionBudget | object | `{"enabled":false,"maxUnavailable":"","minAvailable":""}` | 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/). |
390390
| testkube-worker-service.podDisruptionBudget.maxUnavailable | int/percentage | `""` | Number or percentage of pods that can be unavailable. |
391391
| testkube-worker-service.podDisruptionBudget.minAvailable | int/percentage | `""` | Number or percentage of pods that must remain available. |

charts/testkube-enterprise/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,12 @@ testkube-cloud-api:
257257
# -- If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended
258258
registry: ""
259259
repository: kubeshop/testkube-enterprise-api
260-
tag: 1.11.22
260+
tag: 1.11.23
261261
migrationImage:
262262
# -- If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended
263263
registry: ""
264264
repository: kubeshop/testkube-migration
265-
tag: 1.11.22
265+
tag: 1.11.23
266266
# -- Pod Security Context
267267
podSecurityContext: {}
268268
# fsGroup: 2000
@@ -531,7 +531,7 @@ testkube-worker-service:
531531
# -- If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended
532532
registry: ""
533533
repository: kubeshop/testkube-enterprise-worker-service
534-
tag: 1.11.22
534+
tag: 1.11.23
535535
# -- Pod Security Context
536536
podSecurityContext: {}
537537
# fsGroup: 2000

charts/testkube-logs-service/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: testkube-logs-service
33
description: A Helm chart for Testkube log Service
44
type: application
5-
version: 1.27.0
6-
appVersion: 1.11.22
5+
version: 1.27.1
6+
appVersion: 1.11.23
77
maintainers:
88
- name: testkube
99
url: https://testkube.io

charts/testkube-logs-service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# testkube-logs-service
22

3-
![Version: 1.27.0](https://img.shields.io/badge/Version-1.27.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.22](https://img.shields.io/badge/AppVersion-1.11.22-informational?style=flat-square)
3+
![Version: 1.27.1](https://img.shields.io/badge/Version-1.27.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.23](https://img.shields.io/badge/AppVersion-1.11.23-informational?style=flat-square)
44

55
A Helm chart for Testkube log Service
66

charts/testkube-worker-service/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: testkube-worker-service
33
description: A Helm chart for Testkube Worker Service
44
type: application
5-
version: 1.69.0
6-
appVersion: 1.11.22
5+
version: 1.69.1
6+
appVersion: 1.11.23
77
maintainers:
88
- name: testkube
99
url: https://testkube.io

charts/testkube-worker-service/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# testkube-worker-service
22

3-
![Version: 1.69.0](https://img.shields.io/badge/Version-1.69.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.22](https://img.shields.io/badge/AppVersion-1.11.22-informational?style=flat-square)
3+
![Version: 1.69.1](https://img.shields.io/badge/Version-1.69.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.23](https://img.shields.io/badge/AppVersion-1.11.23-informational?style=flat-square)
44

55
A Helm chart for Testkube Worker Service
66

@@ -77,7 +77,7 @@ A Helm chart for Testkube Worker Service
7777
| image.pullPolicy | string | `"IfNotPresent"` | |
7878
| image.registry | string | `""` | If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended |
7979
| image.repository | string | `"kubeshop/testkube-enterprise-worker-service"` | |
80-
| image.tag | string | `"1.11.22"` | |
80+
| image.tag | string | `"1.11.23"` | |
8181
| imagePullSecrets | list | `[]` | |
8282
| nameOverride | string | `""` | |
8383
| nodeSelector | object | `{}` | |

charts/testkube-worker-service/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ image:
6969
registry: ""
7070
repository: kubeshop/testkube-enterprise-worker-service
7171
pullPolicy: IfNotPresent
72-
tag: "1.11.22"
72+
tag: "1.11.23"
7373
imagePullSecrets: []
7474
nameOverride: ""
7575
fullnameOverride: ""

0 commit comments

Comments
 (0)