diff --git a/charts/testkube-cloud-ui/Chart.yaml b/charts/testkube-cloud-ui/Chart.yaml index 9b5f0e224..156ee253c 100644 --- a/charts/testkube-cloud-ui/Chart.yaml +++ b/charts/testkube-cloud-ui/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: testkube-cloud-ui description: A Helm chart for Testkube Cloud UI type: application -version: 1.29.1 -appVersion: 1.7.13 +version: 1.29.2 +appVersion: 1.7.14 maintainers: - name: testkube url: https://testkube.io diff --git a/charts/testkube-cloud-ui/README.md b/charts/testkube-cloud-ui/README.md index b6ad435e0..bcd707055 100644 --- a/charts/testkube-cloud-ui/README.md +++ b/charts/testkube-cloud-ui/README.md @@ -1,6 +1,6 @@ # testkube-cloud-ui -![Version: 1.29.1](https://img.shields.io/badge/Version-1.29.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.13](https://img.shields.io/badge/AppVersion-1.7.13-informational?style=flat-square) +![Version: 1.29.2](https://img.shields.io/badge/Version-1.29.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.14](https://img.shields.io/badge/AppVersion-1.7.14-informational?style=flat-square) A Helm chart for Testkube Cloud UI @@ -41,7 +41,7 @@ A Helm chart for Testkube Cloud UI | global.uiSubdomain | string | `"cloud"` | UI subdomain which get prepended to the domain | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"kubeshop/testkube-cloud-ui"` | | -| image.tag | string | `"1.7.13"` | | +| image.tag | string | `"1.7.14"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | Additional Ingress annotations | | ingress.className | string | `"nginx"` | Ingress class (NGINX Controller is the only officially supported Ingress controller) | diff --git a/charts/testkube-cloud-ui/values.yaml b/charts/testkube-cloud-ui/values.yaml index 5792587fa..cd482a6fe 100644 --- a/charts/testkube-cloud-ui/values.yaml +++ b/charts/testkube-cloud-ui/values.yaml @@ -33,7 +33,7 @@ image: repository: kubeshop/testkube-cloud-ui pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.7.13" + tag: "1.7.14" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" diff --git a/charts/testkube-enterprise/Chart.lock b/charts/testkube-enterprise/Chart.lock index ae347bc75..ae01bb37a 100644 --- a/charts/testkube-enterprise/Chart.lock +++ b/charts/testkube-enterprise/Chart.lock @@ -7,7 +7,7 @@ dependencies: version: 1.35.1 - name: testkube-cloud-ui repository: file://../testkube-cloud-ui - version: 1.29.1 + version: 1.29.2 - name: testkube-worker-service repository: file://../testkube-worker-service version: 1.29.2 @@ -23,5 +23,5 @@ dependencies: - name: minio repository: https://charts.bitnami.com/bitnami version: 12.10.2 -digest: sha256:bf0f0824b4c169195598405122cdc6ab49ae87b99a39a3405d5a13e07b79aa03 -generated: "2024-03-14T17:54:28.94015511Z" +digest: sha256:de2ab09b8e09021093656c17cb22f137c4d45ae91f79c6a3e94ca95204dce1cd +generated: "2024-03-15T10:03:48.297170157Z" diff --git a/charts/testkube-enterprise/Chart.yaml b/charts/testkube-enterprise/Chart.yaml index 863ccd663..324877682 100644 --- a/charts/testkube-enterprise/Chart.yaml +++ b/charts/testkube-enterprise/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: testkube-enterprise description: A Helm chart for Testkube Enterprise type: application -version: 1.55.2 +version: 1.55.3 dependencies: - name: common version: 2.13.3 @@ -11,7 +11,7 @@ dependencies: version: 1.35.1 repository: file://../testkube-cloud-api - name: testkube-cloud-ui - version: 1.29.1 + version: 1.29.2 repository: file://../testkube-cloud-ui - name: testkube-worker-service version: 1.29.2 diff --git a/charts/testkube-enterprise/README.md b/charts/testkube-enterprise/README.md index dae00d3bf..22e8f4239 100644 --- a/charts/testkube-enterprise/README.md +++ b/charts/testkube-enterprise/README.md @@ -1,6 +1,6 @@ # testkube-enterprise -![Version: 1.55.2](https://img.shields.io/badge/Version-1.55.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 1.55.3](https://img.shields.io/badge/Version-1.55.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for Testkube Enterprise @@ -17,7 +17,7 @@ A Helm chart for Testkube Enterprise | Repository | Name | Version | |------------|------|---------| | file://../testkube-cloud-api | testkube-cloud-api | 1.35.1 | -| file://../testkube-cloud-ui | testkube-cloud-ui | 1.29.1 | +| file://../testkube-cloud-ui | testkube-cloud-ui | 1.29.2 | | file://../testkube-worker-service | testkube-worker-service | 1.29.2 | | https://charts.bitnami.com/bitnami | common | 2.13.3 | | https://charts.bitnami.com/bitnami | minio | 12.10.2 | @@ -185,7 +185,7 @@ A Helm chart for Testkube Enterprise | testkube-cloud-api.prometheus.enabled | bool | `false` | | | testkube-cloud-ui.fullnameOverride | string | `"testkube-enterprise-ui"` | | | testkube-cloud-ui.image.repository | string | `"testkubeenterprise/testkube-enterprise-ui"` | | -| testkube-cloud-ui.image.tag | string | `"1.7.13"` | | +| testkube-cloud-ui.image.tag | string | `"1.7.14"` | | | 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 | | testkube-cloud-ui.ui.authStrategy | string | `""` | Auth strategy to use (possible values: "" (default), "gitlab", "github"), setting to "" enables all auth strategies, if you use a custom Dex connector, set this to the id of the connector | diff --git a/charts/testkube-enterprise/local-values.yaml b/charts/testkube-enterprise/local-values.yaml index 3b779cbc2..4007f8813 100644 --- a/charts/testkube-enterprise/local-values.yaml +++ b/charts/testkube-enterprise/local-values.yaml @@ -236,7 +236,7 @@ testkube-cloud-ui: rootRoute: "http://testkube-enterprise-ui.testkube-enterprise.svc.cluster.local:8080" image: repository: testkubeenterprise/testkube-enterprise-ui - tag: 1.7.13 + tag: 1.7.14 ingress: enabled: false # -- Name of the TLS secret which contains the certificate files diff --git a/charts/testkube-enterprise/values.yaml b/charts/testkube-enterprise/values.yaml index 7abdd3e06..0c8d0c945 100644 --- a/charts/testkube-enterprise/values.yaml +++ b/charts/testkube-enterprise/values.yaml @@ -250,7 +250,7 @@ testkube-cloud-ui: authStrategy: "" image: repository: testkubeenterprise/testkube-enterprise-ui - tag: 1.7.13 + tag: 1.7.14 ingress: # -- Name of the TLS secret which contains the certificate files tlsSecretName: testkube-enterprise-ui-tls