Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into tkc-3115-make-testkub…
Browse files Browse the repository at this point in the history
…e-ai-service-available-for-enterpriseon-prem
  • Loading branch information
ed382 committed Jan 31, 2025
2 parents c0e19bc + f491600 commit 26a1b4a
Show file tree
Hide file tree
Showing 21 changed files with 55 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ helm:
value: docker.io/kubeshop/testkube-cloud-api
forcestring: true
- name: image.tag
value: 1.11.7
value: 1.11.9-rc.12
forcestring: true
- name: migrationImage.name
value: docker.io/kubeshop/testkube-migration
forcestring: true
- name: migrationImage.tag
value: 1.11.7
value: 1.11.9-rc.12
forcestring: true
4 changes: 2 additions & 2 deletions charts/testkube-cloud-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: testkube-cloud-api
description: A Helm chart for Testkube Cloud API
type: application
version: 1.139.0
appVersion: 1.11.7
version: 1.141.0
appVersion: 1.11.8
maintainers:
- name: testkube
url: https://testkube.io
Expand Down
6 changes: 3 additions & 3 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.139.0](https://img.shields.io/badge/Version-1.139.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.7](https://img.shields.io/badge/AppVersion-1.11.7-informational?style=flat-square)
![Version: 1.141.0](https://img.shields.io/badge/Version-1.141.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.8](https://img.shields.io/badge/AppVersion-1.11.8-informational?style=flat-square)

A Helm chart for Testkube Cloud API

Expand Down Expand Up @@ -182,13 +182,13 @@ A Helm chart for Testkube Cloud API
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `""` | If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended |
| image.repository | string | `"kubeshop/testkube-cloud-api"` | |
| image.tag | string | `"1.11.7"` | |
| image.tag | string | `"1.11.8"` | |
| imagePullSecrets | list | `[]` | |
| ingress.className | string | `"nginx"` | Common Ingress class name (NGINX is the only officially supported ingress controller and should not be changed) |
| 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 | `"1.11.7"` | |
| migrationImage.tag | string | `"1.11.8"` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| payments.apiKey | string | `""` | Payments API key (currently only Stripe is supported) |
Expand Down
3 changes: 3 additions & 0 deletions charts/testkube-cloud-api/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ metadata:
{{- toYaml . | nindent 4 -}}
{{- end }}
spec:
{{- if .Values.prometheus.sampleLimit }}
sampleLimit: {{ .Values.prometheus.sampleLimit }}
{{- end }}
selector:
matchLabels:
{{- include "testkube-cloud-api.selectorLabels" . | nindent 6 }}
Expand Down
6 changes: 4 additions & 2 deletions charts/testkube-cloud-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ image:
registry: ""
repository: kubeshop/testkube-cloud-api
pullPolicy: IfNotPresent
tag: "1.11.7"
tag: "1.11.8"
migrationImage:
# -- If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended
registry: ""
repository: kubeshop/testkube-migration
pullPolicy: IfNotPresent
tag: "1.11.7"
tag: "1.11.8"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down Expand Up @@ -473,6 +473,8 @@ prometheus:
port: metrics
# -- Metrics path which will be scraped
path: /metrics
# -- SampleLimit defines per-scrape limit on number of scraped samples that will be accepted.
#sampleLimit: 1000
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ helm:
value: docker.io/kubeshop/testkube-cloud-ui
forcestring: true
- name: image.tag
value: 2.8.5-rc.3
value: 2.9.1
forcestring: true
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ helm:
value: docker.io/kubeshop/testkube-cloud-ui
forcestring: true
- name: image.tag
value: 2.8.5-rc.3
value: 2.9.1
forcestring: true
4 changes: 2 additions & 2 deletions charts/testkube-cloud-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: testkube-cloud-ui
description: A Helm chart for Testkube Cloud UI
type: application
version: 1.94.0
appVersion: 2.8.4
version: 1.97.0
appVersion: 2.9.1
maintainers:
- name: testkube
url: https://testkube.io
Expand Down
4 changes: 2 additions & 2 deletions 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.94.0](https://img.shields.io/badge/Version-1.94.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.4](https://img.shields.io/badge/AppVersion-2.8.4-informational?style=flat-square)
![Version: 1.97.0](https://img.shields.io/badge/Version-1.97.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.1](https://img.shields.io/badge/AppVersion-2.9.1-informational?style=flat-square)

A Helm chart for Testkube Cloud UI

Expand Down Expand Up @@ -51,7 +51,7 @@ A Helm chart for Testkube Cloud UI
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `""` | If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended |
| image.repository | string | `"kubeshop/testkube-cloud-ui"` | |
| image.tag | string | `"2.8.4"` | |
| image.tag | string | `"2.9.1"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | Additional Ingress annotations |
| ingress.className | string | `"nginx"` | Ingress class (NGINX Controller is the only officially supported Ingress controller) |
Expand Down
2 changes: 1 addition & 1 deletion charts/testkube-cloud-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ image:
repository: kubeshop/testkube-cloud-ui
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "2.8.4"
tag: "2.9.1"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down
12 changes: 6 additions & 6 deletions charts/testkube-enterprise/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ dependencies:
version: 2.13.3
- name: testkube-cloud-api
repository: file://../testkube-cloud-api
version: 1.139.0
version: 1.141.0
- name: testkube-cloud-ui
repository: file://../testkube-cloud-ui
version: 1.94.0
version: 1.97.0
- name: testkube-worker-service
repository: file://../testkube-worker-service
version: 1.54.0
version: 1.55.0
- name: testkube-ai-service
repository: file://../testkube-ai-service
version: 1.0.0
- name: testkube
repository: https://kubeshop.github.io/helm-charts
version: 2.1.128
version: 2.1.133
- name: dex
repository: file://./charts/dex
version: 0.19.1-6
Expand All @@ -29,5 +29,5 @@ dependencies:
- name: minio
repository: file://./charts/minio
version: 14.8.3-2
digest: sha256:d66deba08f2f328f372ffbb95c6a1b98689471e2513dc440ac3123cfa031a2bd
generated: "2025-01-23T15:11:16.822779+01:00"
digest: sha256:8c76db8ab0dd8391d41ffcd2eb4bf473332187e6bfabfea5e0c7db3b0148988c
generated: "2025-01-31T11:48:44.08143+01:00"
10 changes: 5 additions & 5 deletions charts/testkube-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@ apiVersion: v2
name: testkube-enterprise
description: A Helm chart for Testkube Enterprise
type: application
version: 2.117.0
version: 2.129.0
dependencies:
- name: common
version: 2.13.3
repository: oci://registry-1.docker.io/bitnamicharts
- name: testkube-cloud-api
version: 1.139.0
version: 1.141.0
repository: file://../testkube-cloud-api
condition: testkube-cloud-api.enabled
- name: testkube-cloud-ui
version: 1.94.0
version: 1.97.0
repository: file://../testkube-cloud-ui
condition: testkube-cloud-ui.enabled
- name: testkube-worker-service
version: 1.54.0
version: 1.55.0
repository: file://../testkube-worker-service
- name: testkube-ai-service
version: 1.0.0
repository: file://../testkube-ai-service
condition: testkube-ai-service.enabled
- name: testkube
alias: testkube-agent
version: 2.1.128
version: 2.1.133
repository: https://kubeshop.github.io/helm-charts
condition: testkube-agent.enabled
- name: dex
Expand Down
18 changes: 9 additions & 9 deletions charts/testkube-enterprise/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# testkube-enterprise

![Version: 2.117.0](https://img.shields.io/badge/Version-2.117.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.129.0](https://img.shields.io/badge/Version-2.129.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 @@ -17,14 +17,14 @@ A Helm chart for Testkube Enterprise
| Repository | Name | Version |
|------------|------|---------|
| file://../testkube-ai-service | testkube-ai-service | 1.0.0 |
| file://../testkube-cloud-api | testkube-cloud-api | 1.139.0 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.94.0 |
| file://../testkube-worker-service | testkube-worker-service | 1.54.0 |
| file://../testkube-cloud-api | testkube-cloud-api | 1.141.0 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.97.0 |
| file://../testkube-worker-service | testkube-worker-service | 1.55.0 |
| file://./charts/dex | dex | 0.19.1-6 |
| file://./charts/minio | minio | 14.8.3-2 |
| file://./charts/mongodb | mongodb | 16.2.1-1 |
| file://./charts/nats | nats | 1.2.6-4 |
| https://kubeshop.github.io/helm-charts | testkube-agent(testkube) | 2.1.128 |
| https://kubeshop.github.io/helm-charts | testkube-agent(testkube) | 2.1.133 |
| oci://registry-1.docker.io/bitnamicharts | common | 2.13.3 |

## Values
Expand Down Expand Up @@ -310,11 +310,11 @@ A Helm chart for Testkube Enterprise
| testkube-cloud-api.fullnameOverride | string | `"testkube-enterprise-api"` | |
| 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 |
| testkube-cloud-api.image.repository | string | `"kubeshop/testkube-enterprise-api"` | |
| testkube-cloud-api.image.tag | string | `"1.11.7"` | |
| testkube-cloud-api.image.tag | string | `"1.11.8"` | |
| 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 | `"1.11.7"` | |
| testkube-cloud-api.migrationImage.tag | string | `"1.11.8"` | |
| 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 All @@ -337,7 +337,7 @@ A Helm chart for Testkube Enterprise
| testkube-cloud-ui.fullnameOverride | string | `"testkube-enterprise-ui"` | |
| testkube-cloud-ui.image.registry | string | `""` | If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended |
| testkube-cloud-ui.image.repository | string | `"kubeshop/testkube-enterprise-ui"` | |
| testkube-cloud-ui.image.tag | string | `"2.8.4"` | |
| testkube-cloud-ui.image.tag | string | `"2.9.1"` | |
| 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 |
Expand All @@ -360,7 +360,7 @@ A Helm chart for Testkube Enterprise
| testkube-worker-service.fullnameOverride | string | `"testkube-enterprise-worker-service"` | |
| 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.11.7"` | |
| testkube-worker-service.image.tag | string | `"1.11.8"` | |
| testkube-worker-service.podSecurityContext | object | `{}` | Pod Security Context |
| testkube-worker-service.priorityClassName | string | `""` | Priority class name defines the priority of this pod relative to others in the cluster. |
| testkube-worker-service.resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"75m","memory":"64Mi"}}` | Set resources requests and limits for Testkube Worker Service |
Expand Down
8 changes: 4 additions & 4 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,12 @@ testkube-cloud-api:
# -- If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended
registry: ""
repository: kubeshop/testkube-enterprise-api
tag: 1.11.7
tag: 1.11.8
migrationImage:
# -- If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended
registry: ""
repository: kubeshop/testkube-migration
tag: 1.11.7
tag: 1.11.8
# -- Pod Security Context
podSecurityContext: {}
# fsGroup: 2000
Expand Down Expand Up @@ -452,7 +452,7 @@ testkube-cloud-ui:
# -- If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended
registry: ""
repository: kubeshop/testkube-enterprise-ui
tag: 2.8.4
tag: 2.9.1
# -- Pod Security Context
podSecurityContext: {}
# fsGroup: 2000
Expand Down Expand Up @@ -505,7 +505,7 @@ testkube-worker-service:
# -- If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended
registry: ""
repository: kubeshop/testkube-enterprise-worker-service
tag: 1.11.7
tag: 1.11.8
# -- Pod Security Context
podSecurityContext: {}
# fsGroup: 2000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ helm:
value: docker.io/kubeshop/testkube-logs-service
forcestring: true
- name: image.tag
value: 1.11.7
value: 1.11.9-rc.12
forcestring: true
4 changes: 2 additions & 2 deletions charts/testkube-logs-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: testkube-logs-service
description: A Helm chart for Testkube log Service
type: application
version: 1.12.0
appVersion: 1.11.7
version: 1.13.0
appVersion: 1.11.8
maintainers:
- name: testkube
url: https://testkube.io
Expand Down
2 changes: 1 addition & 1 deletion charts/testkube-logs-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# testkube-logs-service

![Version: 1.12.0](https://img.shields.io/badge/Version-1.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.7](https://img.shields.io/badge/AppVersion-1.11.7-informational?style=flat-square)
![Version: 1.13.0](https://img.shields.io/badge/Version-1.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.8](https://img.shields.io/badge/AppVersion-1.11.8-informational?style=flat-square)

A Helm chart for Testkube log Service

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ helm:
value: docker.io/kubeshop/testkube-worker-service
forcestring: true
- name: image.tag
value: 1.11.7
value: 1.11.9-rc.12
forcestring: true
4 changes: 2 additions & 2 deletions charts/testkube-worker-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: testkube-worker-service
description: A Helm chart for Testkube Worker Service
type: application
version: 1.54.0
appVersion: 1.11.7
version: 1.55.0
appVersion: 1.11.8
maintainers:
- name: testkube
url: https://testkube.io
Expand Down
4 changes: 2 additions & 2 deletions charts/testkube-worker-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# testkube-worker-service

![Version: 1.54.0](https://img.shields.io/badge/Version-1.54.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.7](https://img.shields.io/badge/AppVersion-1.11.7-informational?style=flat-square)
![Version: 1.55.0](https://img.shields.io/badge/Version-1.55.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.8](https://img.shields.io/badge/AppVersion-1.11.8-informational?style=flat-square)

A Helm chart for Testkube Worker Service

Expand Down Expand Up @@ -76,7 +76,7 @@ A Helm chart for Testkube Worker Service
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `""` | If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended |
| image.repository | string | `"kubeshop/testkube-worker-service"` | |
| image.tag | string | `"1.11.7"` | |
| image.tag | string | `"1.11.8"` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/testkube-worker-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ image:
registry: ""
repository: kubeshop/testkube-worker-service
pullPolicy: IfNotPresent
tag: "1.11.7"
tag: "1.11.8"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down

0 comments on commit 26a1b4a

Please sign in to comment.