Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: secret name #40

Merged
merged 3 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/testkube-cloud-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: testkube-cloud-api
description: A Helm chart for Testkube Cloud API
type: application
version: 1.15.3
version: 1.15.4
appVersion: 1.4.0-dev-72a1668
maintainers:
- name: testkube
Expand Down
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.3](https://img.shields.io/badge/Version-1.15.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0-dev-72a1668](https://img.shields.io/badge/AppVersion-1.4.0--dev--72a1668-informational?style=flat-square)
![Version: 1.15.4](https://img.shields.io/badge/Version-1.15.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0-dev-72a1668](https://img.shields.io/badge/AppVersion-1.4.0--dev--72a1668-informational?style=flat-square)

A Helm chart for Testkube Cloud API

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
tls:
- hosts:
- {{ include "testkube-cloud-api.ingress.statusPagesHost" . | quote }}
secretName: {{ .Values.ingress.tlsSecretName }}
secretName: {{ .Values.api.tls.tlsSecret }}
rules:
- host: {{ include "testkube-cloud-api.ingress.statusPagesHost" . | quote }}
http:
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 @@ -4,7 +4,7 @@ dependencies:
version: 2.2.5
- name: testkube-cloud-api
repository: file://../testkube-cloud-api
version: 1.15.3
version: 1.15.4
- name: testkube-cloud-ui
repository: file://../testkube-cloud-ui
version: 1.14.17
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: nats
repository: https://nats-io.github.io/k8s/helm/charts/
version: 0.14.2
digest: sha256:eb41742317a2e0999463988c4efe42f5e37908b0e9b872dff85867f69fa0c24d
generated: "2023-09-14T11:47:02.350521638Z"
digest: sha256:82c2f770e8fddd0b34fd9f0cba53a022619b9b9c9ba90028decb03a6c04b98f5
generated: "2023-09-14T16:13:52.391383+02:00"
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
version: 2.2.5
repository: https://charts.bitnami.com/bitnami
- name: testkube-cloud-api
version: 1.15.3
version: 1.15.4
repository: file://../testkube-cloud-api
- name: testkube-cloud-ui
version: 1.14.17
Expand Down
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A Helm chart for Testkube Enterprise

| Repository | Name | Version |
|------------|------|---------|
| file://../testkube-cloud-api | testkube-cloud-api | 1.15.3 |
| file://../testkube-cloud-api | testkube-cloud-api | 1.15.4 |
| file://../testkube-cloud-ui | testkube-cloud-ui | 1.14.17 |
| https://charts.bitnami.com/bitnami | common | 2.2.5 |
| https://charts.bitnami.com/bitnami | mongodb | 13.10.2 |
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified charts/testkube-enterprise/charts/testkube-cloud-ui-1.14.17.tgz
Binary file not shown.
Loading