Skip to content

Commit 389262c

Browse files
committed
fix: gh action version and k8s kind version
1 parent c01c4f3 commit 389262c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/helm-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323

2424
- name: Set up Docker Buildx
25-
uses: docker/setup-buildx-action@2856a9e524044420f517685a4655470535401539 # v3.0.0
25+
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
2626

2727
- name: Build Docker image
28-
uses: docker/build-push-action@e2a61776269e8d6936392d704d05a56504c68377 # v6.0.0
28+
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0
2929
with:
3030
context: .
3131
load: true
@@ -37,6 +37,7 @@ jobs:
3737
uses: helm/kind-action@026472392573094226832982b6a5182641d20195 # v1.0.0
3838
with:
3939
cluster_name: toolhive-test
40+
node_image: kindest/node:v1.28.0
4041
wait: 120s
4142

4243
- name: Load image into Kind

.github/workflows/lint-helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
3636
- name: Validate templates
3737
run: |
38-
helm template toolhive-ui ./helm --debug
39-
helm template toolhive-ui ./helm -f ./helm/values-dev.yaml --debug
38+
helm template toolhive-cloud-ui ./helm --debug
39+
helm template toolhive-cloud-ui ./helm -f ./helm/values-dev.yaml --debug
4040
4141
- name: Check for Kubernetes API deprecations
4242
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1

0 commit comments

Comments
 (0)