Skip to content

Commit e9f3109

Browse files
authored
fix: ingress classname for tk-api (#54)
fix helm lint
1 parent eaf49cd commit e9f3109

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python-version: 3.9
5151

5252
- name: Setup Chart Linting
53-
uses: helm/chart-testing-action@v2
53+
uses: helm/chart-testing-action@v2.4.0
5454
with:
5555
# Note: Also update in scripts/lint.sh
5656
version: v3.7.1

charts/testkube-enterprise/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ A Helm chart for Testkube Enterprise
126126
| testkube-cloud-api.fullnameOverride | string | `"testkube-enterprise-api"` | |
127127
| testkube-cloud-api.image.repository | string | `"testkubeenterprise/testkube-enterprise-api"` | |
128128
| testkube-cloud-api.image.tag | string | `"1.3.6"` | |
129-
| testkube-cloud-api.ingress | string | `nil` | |
129+
| testkube-cloud-api.ingress.className | string | `"nginx"` | |
130130
| testkube-cloud-api.minio.accessModes | list | `["ReadWriteOnce"]` | PVC Access Modes for Minio. The volume is mounted as read-write by a single node. |
131131
| testkube-cloud-api.minio.affinity | object | `{}` | Affinity for pod assignment. |
132132
| testkube-cloud-api.minio.credentials.accessKeyId | string | `"testkube-enterprise"` | Root username |

charts/testkube-enterprise/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ testkube-cloud-api:
172172
prometheus:
173173
enabled: true
174174
ingress:
175+
className: nginx
175176
testkube-cloud-ui:
176177
fullnameOverride: testkube-enterprise-ui
177178
image:

0 commit comments

Comments
 (0)