Skip to content

Commit 70dfcfb

Browse files
committed
fix(ci): simplify helm lint workflow and fix Chart.yaml
- Remove ct lint step (too restrictive, requires maintainers) - Remove chart-testing-action setup (unused) - Add --kube-version 1.28.0 to helm template for compatibility - Fix Chart.yaml URLs to point to stacklok/toolhive-cloud-ui - Remove maintainers field (not required without ct lint) - Align with toolhive operator chart structure
1 parent 584fc60 commit 70dfcfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
3939
- name: Validate templates
4040
run: |
41-
helm template toolhive-cloud-ui ./helm --debug
42-
helm template toolhive-cloud-ui ./helm -f ./helm/values-dev.yaml --debug
41+
helm template toolhive-cloud-ui ./helm --kube-version 1.28.0 --debug
42+
helm template toolhive-cloud-ui ./helm -f ./helm/values-dev.yaml --kube-version 1.28.0 --debug

0 commit comments

Comments
 (0)