Skip to content

Commit 7c0c73e

Browse files
committed
Test using latest Helm and Kind
1 parent 949316a commit 7c0c73e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
- name: Set up Helm
4848
uses: azure/setup-helm@v4
4949
with:
50-
version: v3.16.2
50+
version: v3.16.4
5151
- name: Set up chart-testing
5252
uses: helm/[email protected]
5353
- name: Create kind cluster
5454
uses: helm/[email protected]
5555
with:
56-
version: v0.25.0
56+
version: v0.26.0
5757
- name: Run tests
5858
run: ./tests/trino/test.sh ${{ matrix.args }}
5959

@@ -70,7 +70,7 @@ jobs:
7070
- name: Set up Helm
7171
uses: azure/setup-helm@v4
7272
with:
73-
version: v3.16.1
73+
version: v3.16.4
7474
- name: Set up chart-testing
7575
uses: helm/[email protected]
7676
- name: Create kind cluster

0 commit comments

Comments
 (0)