Skip to content

Commit

Permalink
fix: delete volume mounted to Cloud UI assets directory (#46)
Browse files Browse the repository at this point in the history
* fix: delete volume mounted to Cloud UI assets directory
* chore: update docs
  • Loading branch information
rangoo94 authored Oct 11, 2023
1 parent e90b3e6 commit d2c198b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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.15.54](https://img.shields.io/badge/Version-1.15.54-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0-dev-2f562ec](https://img.shields.io/badge/AppVersion-1.6.0--dev--2f562ec-informational?style=flat-square)
![Version: 1.15.57](https://img.shields.io/badge/Version-1.15.57-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.2](https://img.shields.io/badge/AppVersion-1.5.2-informational?style=flat-square)

A Helm chart for Testkube Cloud API

Expand Down
2 changes: 1 addition & 1 deletion 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.16.0](https://img.shields.io/badge/Version-1.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
![Version: 1.16.2](https://img.shields.io/badge/Version-1.16.2-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)

A Helm chart for Testkube Cloud UI

Expand Down
4 changes: 0 additions & 4 deletions charts/testkube-cloud-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ spec:
path: /
port: http
volumeMounts:
- mountPath: /usr/share/nginx/html
name: html
- mountPath: /tmp
name: tmp
resources:
Expand All @@ -97,8 +95,6 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- emptyDir: {}
name: html
- emptyDir: {}
name: tmp
{{- with .Values.tolerations }}
Expand Down
8 changes: 4 additions & 4 deletions charts/testkube-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ A Helm chart for Testkube Enterprise

| Repository | Name | Version |
|------------|------|---------|
| file://../testkube-cloud-api | testkube-cloud-api | 1.15.54 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.16.0 |
| file://../testkube-cloud-api | testkube-cloud-api | 1.15.57 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.16.2 |
| 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 |
Expand Down Expand Up @@ -125,7 +125,7 @@ A Helm chart for Testkube Enterprise
| testkube-cloud-api.api.tls.tlsSecret | string | `"testkube-enterprise-api-tls"` | |
| testkube-cloud-api.fullnameOverride | string | `"testkube-enterprise-api"` | |
| testkube-cloud-api.image.repository | string | `"testkubeenterprise/testkube-enterprise-api"` | |
| testkube-cloud-api.image.tag | string | `"1.6.0-dev-2f562ec"` | |
| testkube-cloud-api.image.tag | string | `"1.5.2"` | |
| testkube-cloud-api.ingress.enabled | bool | `true` | |
| testkube-cloud-api.minio.accessModes | list | `["ReadWriteOnce"]` | PVC Access Modes for Minio. The volume is mounted as read-write by a single node. |
| testkube-cloud-api.minio.affinity | object | `{}` | Affinity for pod assignment. |
Expand All @@ -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.5.0"` | |
| testkube-cloud-ui.image.tag | string | `"1.6.0-dev-decfd15"` | |
| testkube-cloud-ui.ingress.tlsSecretName | string | `"testkube-enterprise-ui-tls"` | Name of the TLS secret which contains the certificate files |

----------------------------------------------
Expand Down

0 comments on commit d2c198b

Please sign in to comment.