We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9f985 commit 2f31b84Copy full SHA for 2f31b84
.github/workflows/helm-test.yml
@@ -38,14 +38,10 @@ jobs:
38
39
- name: Create Kind cluster
40
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
41
- with:
42
- cluster_name: toolhive-test
43
- node_image: kindest/node:v1.28.0
44
- wait: 120s
45
46
- name: Load image into Kind
47
run: |
48
- kind load docker-image toolhive-cloud-ui:latest --name toolhive-test
+ kind load docker-image toolhive-cloud-ui:latest --name chart-testing
49
50
- name: Install Helm chart
51
0 commit comments