From fc0d01d6f5926f72a6dc3a45fe3733a31fd45f20 Mon Sep 17 00:00:00 2001 From: testkube-cloud-ci-bot Date: Thu, 9 Jan 2025 14:55:16 +0000 Subject: [PATCH] updating testkube-enterprise chart version to --- charts/testkube-cloud-api/Chart.yaml | 4 ++-- charts/testkube-cloud-api/README.md | 6 +++--- charts/testkube-cloud-api/values.yaml | 4 ++-- charts/testkube-enterprise/Chart.lock | 8 ++++---- charts/testkube-enterprise/Chart.yaml | 6 +++--- charts/testkube-enterprise/README.md | 12 ++++++------ charts/testkube-enterprise/values.yaml | 6 +++--- charts/testkube-logs-service/Chart.yaml | 4 ++-- charts/testkube-logs-service/README.md | 2 +- charts/testkube-worker-service/Chart.yaml | 4 ++-- charts/testkube-worker-service/README.md | 4 ++-- charts/testkube-worker-service/values.yaml | 2 +- 12 files changed, 31 insertions(+), 31 deletions(-) diff --git a/charts/testkube-cloud-api/Chart.yaml b/charts/testkube-cloud-api/Chart.yaml index 90fa844f8..cc7fd0360 100644 --- a/charts/testkube-cloud-api/Chart.yaml +++ b/charts/testkube-cloud-api/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: testkube-cloud-api description: A Helm chart for Testkube Cloud API type: application -version: 1.132.2 -appVersion: 1.11.2 +version: 1.132.3 +appVersion: 1.11.3 maintainers: - name: testkube url: https://testkube.io diff --git a/charts/testkube-cloud-api/README.md b/charts/testkube-cloud-api/README.md index 7ef3da1d5..deeb3c756 100644 --- a/charts/testkube-cloud-api/README.md +++ b/charts/testkube-cloud-api/README.md @@ -1,6 +1,6 @@ # testkube-cloud-api -![Version: 1.132.2](https://img.shields.io/badge/Version-1.132.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.2](https://img.shields.io/badge/AppVersion-1.11.2-informational?style=flat-square) +![Version: 1.132.3](https://img.shields.io/badge/Version-1.132.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.3](https://img.shields.io/badge/AppVersion-1.11.3-informational?style=flat-square) A Helm chart for Testkube Cloud API @@ -184,13 +184,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.2"` | | +| image.tag | string | `"1.11.3"` | | | 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.2"` | | +| migrationImage.tag | string | `"1.11.3"` | | | nameOverride | string | `""` | | | nodeSelector | object | `{}` | | | payments.apiKey | string | `""` | Payments API key (currently only Stripe is supported) | diff --git a/charts/testkube-cloud-api/values.yaml b/charts/testkube-cloud-api/values.yaml index f047403cb..e1f734a3b 100644 --- a/charts/testkube-cloud-api/values.yaml +++ b/charts/testkube-cloud-api/values.yaml @@ -121,13 +121,13 @@ image: registry: "" repository: kubeshop/testkube-cloud-api pullPolicy: IfNotPresent - tag: "1.11.2" + tag: "1.11.3" 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.2" + tag: "1.11.3" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" diff --git a/charts/testkube-enterprise/Chart.lock b/charts/testkube-enterprise/Chart.lock index 2ff549ba4..7ffd1b04d 100644 --- a/charts/testkube-enterprise/Chart.lock +++ b/charts/testkube-enterprise/Chart.lock @@ -4,13 +4,13 @@ dependencies: version: 2.13.3 - name: testkube-cloud-api repository: file://../testkube-cloud-api - version: 1.132.2 + version: 1.132.3 - name: testkube-cloud-ui repository: file://../testkube-cloud-ui version: 1.90.0 - name: testkube-worker-service repository: file://../testkube-worker-service - version: 1.49.2 + version: 1.49.3 - name: testkube repository: https://kubeshop.github.io/helm-charts version: 2.1.115 @@ -26,5 +26,5 @@ dependencies: - name: minio repository: file://./charts/minio version: 14.8.3-2 -digest: sha256:2d4426de48675d75a8e989326ae87ff97578bf6e1bcf2b60316ef9fcbf67bbab -generated: "2025-01-09T14:49:01.096795039Z" +digest: sha256:3aeed4dda048040b4489a76b0bccbd849a8e9facedd1f9fb33ab4c89d482dd5f +generated: "2025-01-09T14:55:08.598166113Z" diff --git a/charts/testkube-enterprise/Chart.yaml b/charts/testkube-enterprise/Chart.yaml index 535ffe683..8c3c78ecc 100644 --- a/charts/testkube-enterprise/Chart.yaml +++ b/charts/testkube-enterprise/Chart.yaml @@ -2,13 +2,13 @@ apiVersion: v2 name: testkube-enterprise description: A Helm chart for Testkube Enterprise type: application -version: 2.96.2 +version: 2.96.3 dependencies: - name: common version: 2.13.3 repository: https://charts.bitnami.com/bitnami - name: testkube-cloud-api - version: 1.132.2 + version: 1.132.3 repository: file://../testkube-cloud-api condition: testkube-cloud-api.enabled - name: testkube-cloud-ui @@ -16,7 +16,7 @@ dependencies: repository: file://../testkube-cloud-ui condition: testkube-cloud-ui.enabled - name: testkube-worker-service - version: 1.49.2 + version: 1.49.3 repository: file://../testkube-worker-service - name: testkube alias: testkube-agent diff --git a/charts/testkube-enterprise/README.md b/charts/testkube-enterprise/README.md index 6f96ee179..eb42a9a60 100644 --- a/charts/testkube-enterprise/README.md +++ b/charts/testkube-enterprise/README.md @@ -1,6 +1,6 @@ # testkube-enterprise -![Version: 2.96.2](https://img.shields.io/badge/Version-2.96.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.96.3](https://img.shields.io/badge/Version-2.96.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for Testkube Enterprise @@ -16,9 +16,9 @@ A Helm chart for Testkube Enterprise | Repository | Name | Version | |------------|------|---------| -| file://../testkube-cloud-api | testkube-cloud-api | 1.132.2 | +| file://../testkube-cloud-api | testkube-cloud-api | 1.132.3 | | file://../testkube-cloud-ui | testkube-cloud-ui | 1.90.0 | -| file://../testkube-worker-service | testkube-worker-service | 1.49.2 | +| file://../testkube-worker-service | testkube-worker-service | 1.49.3 | | file://./charts/dex | dex | 0.19.1-5 | | file://./charts/minio | minio | 14.8.3-2 | | file://./charts/mongodb | mongodb | 16.2.1-1 | @@ -253,11 +253,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.2"` | | +| testkube-cloud-api.image.tag | string | `"1.11.3"` | | | 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.2"` | | +| testkube-cloud-api.migrationImage.tag | string | `"1.11.3"` | | | 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` | | @@ -296,7 +296,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.2"` | | +| testkube-worker-service.image.tag | string | `"1.11.3"` | | | 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 | diff --git a/charts/testkube-enterprise/values.yaml b/charts/testkube-enterprise/values.yaml index 366f7c7d1..f51545fd3 100644 --- a/charts/testkube-enterprise/values.yaml +++ b/charts/testkube-enterprise/values.yaml @@ -243,12 +243,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.2 + tag: 1.11.3 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.2 + tag: 1.11.3 # -- Pod Security Context podSecurityContext: {} # fsGroup: 2000 @@ -488,7 +488,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.2 + tag: 1.11.3 # -- Pod Security Context podSecurityContext: {} # fsGroup: 2000 diff --git a/charts/testkube-logs-service/Chart.yaml b/charts/testkube-logs-service/Chart.yaml index 4af31648c..61b7e5053 100644 --- a/charts/testkube-logs-service/Chart.yaml +++ b/charts/testkube-logs-service/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: testkube-logs-service description: A Helm chart for Testkube log Service type: application -version: 1.7.2 -appVersion: 1.11.2 +version: 1.7.3 +appVersion: 1.11.3 maintainers: - name: testkube url: https://testkube.io diff --git a/charts/testkube-logs-service/README.md b/charts/testkube-logs-service/README.md index 34bfc73b8..9f00fc540 100644 --- a/charts/testkube-logs-service/README.md +++ b/charts/testkube-logs-service/README.md @@ -1,6 +1,6 @@ # testkube-logs-service -![Version: 1.7.2](https://img.shields.io/badge/Version-1.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.2](https://img.shields.io/badge/AppVersion-1.11.2-informational?style=flat-square) +![Version: 1.7.3](https://img.shields.io/badge/Version-1.7.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.3](https://img.shields.io/badge/AppVersion-1.11.3-informational?style=flat-square) A Helm chart for Testkube log Service diff --git a/charts/testkube-worker-service/Chart.yaml b/charts/testkube-worker-service/Chart.yaml index fe78a5fcb..72ce2cf27 100644 --- a/charts/testkube-worker-service/Chart.yaml +++ b/charts/testkube-worker-service/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: testkube-worker-service description: A Helm chart for Testkube Worker Service type: application -version: 1.49.2 -appVersion: 1.11.2 +version: 1.49.3 +appVersion: 1.11.3 maintainers: - name: testkube url: https://testkube.io diff --git a/charts/testkube-worker-service/README.md b/charts/testkube-worker-service/README.md index 1d0596ada..151f3b669 100644 --- a/charts/testkube-worker-service/README.md +++ b/charts/testkube-worker-service/README.md @@ -1,6 +1,6 @@ # testkube-worker-service -![Version: 1.49.2](https://img.shields.io/badge/Version-1.49.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.2](https://img.shields.io/badge/AppVersion-1.11.2-informational?style=flat-square) +![Version: 1.49.3](https://img.shields.io/badge/Version-1.49.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.3](https://img.shields.io/badge/AppVersion-1.11.3-informational?style=flat-square) A Helm chart for Testkube Worker Service @@ -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.2"` | | +| image.tag | string | `"1.11.3"` | | | imagePullSecrets | list | `[]` | | | nameOverride | string | `""` | | | nodeSelector | object | `{}` | | diff --git a/charts/testkube-worker-service/values.yaml b/charts/testkube-worker-service/values.yaml index 87021cade..e747ad43d 100644 --- a/charts/testkube-worker-service/values.yaml +++ b/charts/testkube-worker-service/values.yaml @@ -66,7 +66,7 @@ image: registry: "" repository: kubeshop/testkube-worker-service pullPolicy: IfNotPresent - tag: "1.11.2" + tag: "1.11.3" imagePullSecrets: [] nameOverride: "" fullnameOverride: ""