Skip to content

Commit

Permalink
updating testkube-enterprise chart version to 1.154.5
Browse files Browse the repository at this point in the history
  • Loading branch information
testkube-cloud-ci-bot committed Oct 2, 2024
1 parent f4b66b9 commit 2b85ecd
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/testkube-cloud-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: testkube-cloud-ui
description: A Helm chart for Testkube Cloud UI
type: application
version: 1.61.2
appVersion: 2.5.0
version: 1.61.3
appVersion: 2.5.1
maintainers:
- name: testkube
url: https://testkube.io
Expand Down
4 changes: 2 additions & 2 deletions 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.61.2](https://img.shields.io/badge/Version-1.61.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)
![Version: 1.61.3](https://img.shields.io/badge/Version-1.61.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.1](https://img.shields.io/badge/AppVersion-2.5.1-informational?style=flat-square)

A Helm chart for Testkube Cloud UI

Expand Down Expand Up @@ -46,7 +46,7 @@ A Helm chart for Testkube Cloud UI
| 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-ui"` | |
| image.tag | string | `"2.5.0"` | |
| image.tag | string | `"2.5.1"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | Additional Ingress annotations |
| ingress.className | string | `"nginx"` | Ingress class (NGINX Controller is the only officially supported Ingress controller) |
Expand Down
2 changes: 1 addition & 1 deletion charts/testkube-cloud-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ image:
repository: kubeshop/testkube-cloud-ui
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "2.5.0"
tag: "2.5.1"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down
6 changes: 3 additions & 3 deletions charts/testkube-enterprise/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
version: 1.84.1
- name: testkube-cloud-ui
repository: file://../testkube-cloud-ui
version: 1.61.2
version: 1.61.3
- name: testkube-worker-service
repository: file://../testkube-worker-service
version: 1.41.0
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 14.7.0
digest: sha256:5999ebda587952da44818087a5acc8f528dd2e4d6728735bb543aad365433cd5
generated: "2024-10-02T09:05:32.331490758Z"
digest: sha256:1b2d2cdd42b2352d26c54a28effe30e8b18dc1fbc5195171ba1f65ca481c1144
generated: "2024-10-02T10:33:59.312230257Z"
4 changes: 2 additions & 2 deletions charts/testkube-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: testkube-enterprise
description: A Helm chart for Testkube Enterprise
type: application
version: 1.154.4
version: 1.154.5
dependencies:
- name: common
version: 2.13.3
Expand All @@ -11,7 +11,7 @@ dependencies:
version: 1.84.1
repository: file://../testkube-cloud-api
- name: testkube-cloud-ui
version: 1.61.2
version: 1.61.3
repository: file://../testkube-cloud-ui
- name: testkube-worker-service
version: 1.41.0
Expand Down
6 changes: 3 additions & 3 deletions charts/testkube-enterprise/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# testkube-enterprise

![Version: 1.154.4](https://img.shields.io/badge/Version-1.154.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.154.5](https://img.shields.io/badge/Version-1.154.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for Testkube Enterprise

Expand All @@ -17,7 +17,7 @@ A Helm chart for Testkube Enterprise
| Repository | Name | Version |
|------------|------|---------|
| file://../testkube-cloud-api | testkube-cloud-api | 1.84.1 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.61.2 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.61.3 |
| file://../testkube-worker-service | testkube-worker-service | 1.41.0 |
| file://./charts/dex | dex | 0.18.0 |
| https://charts.bitnami.com/bitnami | common | 2.13.3 |
Expand Down Expand Up @@ -251,7 +251,7 @@ A Helm chart for Testkube Enterprise
| testkube-cloud-ui.fullnameOverride | string | `"testkube-enterprise-ui"` | |
| testkube-cloud-ui.image.registry | string | `""` | If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended |
| testkube-cloud-ui.image.repository | string | `"kubeshop/testkube-enterprise-ui"` | |
| testkube-cloud-ui.image.tag | string | `"2.5.0"` | |
| testkube-cloud-ui.image.tag | string | `"2.5.1"` | |
| testkube-cloud-ui.ingress.className | string | `"nginx"` | Ingress classname |
| 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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ testkube-cloud-ui:
# -- If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended
registry: ""
repository: kubeshop/testkube-enterprise-ui
tag: 2.5.0
tag: 2.5.1
# -- Set resources requests and limits for Testkube UI
resources:
requests:
Expand Down

0 comments on commit 2b85ecd

Please sign in to comment.