Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into sandbox/image-inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Nov 4, 2024
2 parents 1c7b6cb + 222bdda commit aa8a34d
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ helm:
value: docker.io/kubeshop/testkube-cloud-api
forcestring: true
- name: image.tag
value: 1.10.70-dev-96eaa615
value: 1.10.73-dev-09a782c0
forcestring: true
4 changes: 2 additions & 2 deletions charts/testkube-cloud-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: testkube-cloud-api
description: A Helm chart for Testkube Cloud API
type: application
version: 1.96.0
appVersion: 1.10.70
version: 1.98.0
appVersion: 1.10.73
maintainers:
- name: testkube
url: https://testkube.io
Expand Down
4 changes: 2 additions & 2 deletions 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.96.0](https://img.shields.io/badge/Version-1.96.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.70](https://img.shields.io/badge/AppVersion-1.10.70-informational?style=flat-square)
![Version: 1.98.0](https://img.shields.io/badge/Version-1.98.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.73](https://img.shields.io/badge/AppVersion-1.10.73-informational?style=flat-square)

A Helm chart for Testkube Cloud API

Expand Down Expand Up @@ -171,7 +171,7 @@ A Helm chart for Testkube Cloud API
| 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-api"` | |
| image.tag | string | `"1.10.70"` | |
| image.tag | string | `"1.10.73"` | |
| imagePullSecrets | list | `[]` | |
| ingress.className | string | `"nginx"` | Common Ingress class name (NGINX is the only officially supported ingress controller and should not be changed) |
| init.enabled | bool | `false` | Toggle whether to enable the dependency check containers |
Expand Down
2 changes: 1 addition & 1 deletion charts/testkube-cloud-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ image:
registry: ""
repository: kubeshop/testkube-cloud-api
pullPolicy: IfNotPresent
tag: "1.10.70"
tag: "1.10.73"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ helm:
value: docker.io/kubeshop/testkube-cloud-ui
forcestring: true
- name: image.tag
value: 2.6.3-rc.13
value: 2.7.1-rc.3
forcestring: true
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ helm:
value: docker.io/kubeshop/testkube-cloud-ui
forcestring: true
- name: image.tag
value: 2.6.3-rc.13
value: 2.7.1-rc.3
forcestring: true
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.66.0
appVersion: 2.6.2
version: 1.69.0
appVersion: 2.7.0
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.66.0](https://img.shields.io/badge/Version-1.66.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.2](https://img.shields.io/badge/AppVersion-2.6.2-informational?style=flat-square)
![Version: 1.69.0](https://img.shields.io/badge/Version-1.69.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-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.6.2"` | |
| image.tag | string | `"2.7.0"` | |
| 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.6.2"
tag: "2.7.0"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down
10 changes: 5 additions & 5 deletions charts/testkube-enterprise/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ dependencies:
version: 2.13.3
- name: testkube-cloud-api
repository: file://../testkube-cloud-api
version: 1.96.0
version: 1.98.0
- name: testkube-cloud-ui
repository: file://../testkube-cloud-ui
version: 1.66.0
version: 1.69.0
- name: testkube-worker-service
repository: file://../testkube-worker-service
version: 1.43.0
- name: testkube
repository: https://kubeshop.github.io/helm-charts
version: 2.1.64
version: 2.1.75
- name: dex
repository: file://./charts/dex
version: 0.19.1-2
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 14.7.0
digest: sha256:5397044271b5bd873ddc51f84937ddb25bb4b5ecbeee9c1b5c5659bda7e81287
generated: "2024-10-30T21:53:32.80137+01:00"
digest: sha256:3d96c67be0a81bb35219ddfbd390fd856c83d8ff8098c2c793a1e9cafbfa50a6
generated: "2024-11-04T14:07:00.451458+01:00"
6 changes: 3 additions & 3 deletions charts/testkube-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ dependencies:
version: 2.13.3
repository: https://charts.bitnami.com/bitnami
- name: testkube-cloud-api
version: 1.96.0
version: 1.98.0
repository: file://../testkube-cloud-api
- name: testkube-cloud-ui
version: 1.66.0
version: 1.69.0
repository: file://../testkube-cloud-ui
- name: testkube-worker-service
version: 1.43.0
repository: file://../testkube-worker-service
- name: testkube
alias: testkube-agent
version: 2.1.64
version: 2.1.75
repository: https://kubeshop.github.io/helm-charts
condition: testkube-agent.enabled
- name: dex
Expand Down
12 changes: 6 additions & 6 deletions charts/testkube-enterprise/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# testkube-enterprise

![Version: 1.190.0](https://img.shields.io/badge/Version-1.190.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.204.0](https://img.shields.io/badge/Version-1.204.0-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 @@ -16,14 +16,14 @@ A Helm chart for Testkube Enterprise

| Repository | Name | Version |
|------------|------|---------|
| file://../testkube-cloud-api | testkube-cloud-api | 1.96.0 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.66.0 |
| file://../testkube-cloud-api | testkube-cloud-api | 1.98.0 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.69.0 |
| file://../testkube-worker-service | testkube-worker-service | 1.43.0 |
| file://./charts/dex | dex | 0.18.0 |
| https://charts.bitnami.com/bitnami | common | 2.13.3 |
| https://charts.bitnami.com/bitnami | minio | 14.7.0 |
| https://charts.bitnami.com/bitnami | mongodb | 15.6.16 |
| https://kubeshop.github.io/helm-charts | testkube-agent(testkube) | 2.1.64 |
| https://kubeshop.github.io/helm-charts | testkube-agent(testkube) | 2.1.75 |
| https://nats-io.github.io/k8s/helm/charts/ | nats | 1.2.0 |

## Values
Expand Down Expand Up @@ -238,7 +238,7 @@ A Helm chart for Testkube Enterprise
| testkube-cloud-api.fullnameOverride | string | `"testkube-enterprise-api"` | |
| testkube-cloud-api.image.registry | string | `""` | If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended |
| testkube-cloud-api.image.repository | string | `"kubeshop/testkube-enterprise-api"` | |
| testkube-cloud-api.image.tag | string | `"1.10.70"` | |
| testkube-cloud-api.image.tag | string | `"1.10.73"` | |
| testkube-cloud-api.ingress.className | string | `"nginx"` | |
| testkube-cloud-api.init.enabled | bool | `false` | Toggle whether to enable the dependency check containers |
| testkube-cloud-api.init.mongo.image.pullPolicy | string | `"IfNotPresent"` | MongoSH image pull policy |
Expand All @@ -254,7 +254,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.6.2"` | |
| testkube-cloud-ui.image.tag | string | `"2.7.0"` | |
| 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
4 changes: 2 additions & 2 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ testkube-cloud-api:
# -- If defined, it will prepend the registry to the image name, if not, default docker.io will be prepended
registry: ""
repository: kubeshop/testkube-enterprise-api
tag: 1.10.70
tag: 1.10.73
## Init block defines settings for the dependency check containers
init:
# -- Toggle whether to enable the dependency check containers
Expand Down Expand Up @@ -393,7 +393,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.6.2
tag: 2.7.0
# -- Set resources requests and limits for Testkube UI
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ helm:
value: docker.io/kubeshop/testkube-logs-service
forcestring: true
- name: image.tag
value: 1.10.70-dev-96eaa615
value: 1.10.73-dev-09a782c0
forcestring: true
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ helm:
value: docker.io/kubeshop/testkube-worker-service
forcestring: true
- name: image.tag
value: 1.10.70-dev-96eaa615
value: 1.10.73-dev-09a782c0
forcestring: true

0 comments on commit aa8a34d

Please sign in to comment.