Skip to content

Commit 27983ba

Browse files
committed
fix: remove unneeded config
1 parent 9d45619 commit 27983ba

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/lint-helm.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,3 @@ jobs:
4040
run: |
4141
helm template toolhive-cloud-ui ./helm --debug
4242
helm template toolhive-cloud-ui ./helm -f ./helm/values-dev.yaml --debug
43-
44-
- name: Check for Kubernetes API deprecations
45-
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
46-
47-
- name: Run chart-testing (lint)
48-
run: |
49-
ct lint --target-branch main --charts helm/

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords:
99
- react
1010
- frontend
1111
- ui
12-
home: https://github.com/toolhive/cloud-ui
12+
home: https://github.com/stacklok/toolhive-cloud-ui
1313
sources:
14-
- https://github.com/toolhive/cloud-ui
14+
- https://github.com/stacklok/toolhive-cloud-ui
1515
kubeVersion: ">=1.24.0-0"

0 commit comments

Comments
 (0)