diff --git a/charts/testkube-cloud-ui/README.md b/charts/testkube-cloud-ui/README.md index 36f551501..d363e1ad3 100644 --- a/charts/testkube-cloud-ui/README.md +++ b/charts/testkube-cloud-ui/README.md @@ -1,6 +1,6 @@ # testkube-cloud-ui -![Version: 1.18.0](https://img.shields.io/badge/Version-1.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0-dev-decfd15](https://img.shields.io/badge/AppVersion-1.6.0--dev--decfd15-informational?style=flat-square) +![Version: 1.18.1](https://img.shields.io/badge/Version-1.18.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0-dev-6d9458b](https://img.shields.io/badge/AppVersion-1.6.0--dev--6d9458b-informational?style=flat-square) A Helm chart for Testkube Cloud UI diff --git a/charts/testkube-cloud-ui/templates/deployment.yaml b/charts/testkube-cloud-ui/templates/deployment.yaml index 4be13be50..9e861c6eb 100644 --- a/charts/testkube-cloud-ui/templates/deployment.yaml +++ b/charts/testkube-cloud-ui/templates/deployment.yaml @@ -82,6 +82,8 @@ spec: path: / port: http volumeMounts: + - mountPath: /etc/nginx + name: nginx - mountPath: /usr/share/nginx/html name: html - mountPath: /tmp @@ -97,6 +99,8 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} volumes: + - emptyDir: {} + name: nginx - emptyDir: {} name: html - emptyDir: {} diff --git a/charts/testkube-enterprise/README.md b/charts/testkube-enterprise/README.md index 22d3bbafb..de8a276a7 100644 --- a/charts/testkube-enterprise/README.md +++ b/charts/testkube-enterprise/README.md @@ -22,7 +22,7 @@ A Helm chart for Testkube Enterprise | Repository | Name | Version | |------------|------|---------| | file://../testkube-cloud-api | testkube-cloud-api | 1.16.0 | -| file://../testkube-cloud-ui | testkube-cloud-ui | 1.18.0 | +| file://../testkube-cloud-ui | testkube-cloud-ui | 1.18.1 | | https://charts.bitnami.com/bitnami | common | 2.2.5 | | https://charts.bitnami.com/bitnami | mongodb | 13.10.2 | | https://charts.dexidp.io | dex | 0.14.1 | @@ -148,7 +148,7 @@ A Helm chart for Testkube Enterprise | testkube-cloud-api.prometheus.enabled | bool | `true` | | | 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.6.0-dev-decfd15"` | | +| testkube-cloud-ui.image.tag | string | `"1.6.0-dev-6d9458b"` | | | testkube-cloud-ui.ingress.tlsSecretName | string | `"testkube-enterprise-ui-tls"` | Name of the TLS secret which contains the certificate files | ----------------------------------------------