diff --git a/charts/testkube-cloud-ui/.argocd-source-dev-testkube-cloud-ui.yaml b/charts/testkube-cloud-ui/.argocd-source-dev-testkube-cloud-ui.yaml index f14bdcd83..82b889399 100644 --- a/charts/testkube-cloud-ui/.argocd-source-dev-testkube-cloud-ui.yaml +++ b/charts/testkube-cloud-ui/.argocd-source-dev-testkube-cloud-ui.yaml @@ -4,5 +4,5 @@ helm: value: kubeshop/testkube-cloud-ui forcestring: true - name: image.tag - value: 1.8.0-rc-8d1c0c6 + value: 1.7.15-rc-b7e9bf9 forcestring: true diff --git a/charts/testkube-cloud-ui/.argocd-source-prod-testkube-cloud-ui.yaml b/charts/testkube-cloud-ui/.argocd-source-prod-testkube-cloud-ui.yaml index b38ac4c6e..183e46136 100644 --- a/charts/testkube-cloud-ui/.argocd-source-prod-testkube-cloud-ui.yaml +++ b/charts/testkube-cloud-ui/.argocd-source-prod-testkube-cloud-ui.yaml @@ -4,5 +4,5 @@ helm: value: kubeshop/testkube-cloud-ui forcestring: true - name: image.tag - value: 1.7.14 + value: 1.7.15 forcestring: true diff --git a/charts/testkube-cloud-ui/Chart.yaml b/charts/testkube-cloud-ui/Chart.yaml index 156ee253c..f4c23a666 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.2 -appVersion: 1.7.14 +version: 1.29.3 +appVersion: 1.7.15 maintainers: - name: testkube url: https://testkube.io diff --git a/charts/testkube-cloud-ui/README.md b/charts/testkube-cloud-ui/README.md index bcd707055..073099282 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.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) +![Version: 1.29.3](https://img.shields.io/badge/Version-1.29.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.15](https://img.shields.io/badge/AppVersion-1.7.15-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.14"` | | +| image.tag | string | `"1.7.15"` | | | 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 cd482a6fe..81e3d2fb5 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.14" + tag: "1.7.15" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" diff --git a/charts/testkube-enterprise/Chart.lock b/charts/testkube-enterprise/Chart.lock index ae01bb37a..6df4c8b4e 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.2 + version: 1.29.3 - 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:de2ab09b8e09021093656c17cb22f137c4d45ae91f79c6a3e94ca95204dce1cd -generated: "2024-03-15T10:03:48.297170157Z" +digest: sha256:24d8513c971ce23c1a36317e9a6e7a787e19358331b356e6e757203caf1d17cd +generated: "2024-03-15T11:57:29.073703799Z" diff --git a/charts/testkube-enterprise/Chart.yaml b/charts/testkube-enterprise/Chart.yaml index 324877682..f404d566e 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.3 +version: 1.55.4 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.2 + version: 1.29.3 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 22e8f4239..aee96c04b 100644 --- a/charts/testkube-enterprise/README.md +++ b/charts/testkube-enterprise/README.md @@ -1,6 +1,6 @@ # testkube-enterprise -![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) +![Version: 1.55.4](https://img.shields.io/badge/Version-1.55.4-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.2 | +| file://../testkube-cloud-ui | testkube-cloud-ui | 1.29.3 | | 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.14"` | | +| testkube-cloud-ui.image.tag | string | `"1.7.15"` | | | 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 4007f8813..f4c79c628 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.14 + tag: 1.7.15 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 0c8d0c945..426f46d88 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.14 + tag: 1.7.15 ingress: # -- Name of the TLS secret which contains the certificate files tlsSecretName: testkube-enterprise-ui-tls