Skip to content

Commit 98d1c7d

Browse files
committed
Bump test cluster versions
1 parent cdb1117 commit 98d1c7d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/helm-chart-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ on:
1313
- '.github/workflows/helm-chart-test.yml'
1414

1515
env:
16-
HELM_VERSION: v3.13.0
17-
KUBECTL_VERSION: v1.28.0
18-
KIND_VERSION: v0.20.0
16+
HELM_VERSION: v4.0.0
17+
KUBECTL_VERSION: v1.34.0
18+
KIND_VERSION: v0.30.0
1919

2020
jobs:
2121
lint:
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
backend: [elasticsearch, opensearch]
49-
kubernetes-version: [v1.27.3, v1.28.0]
49+
kubernetes-version: [v1.33.1]
5050
steps:
5151
- name: Checkout
5252
uses: actions/checkout@v4
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
version: ${{ env.KIND_VERSION }}
6868
node_image: kindest/node:${{ matrix.kubernetes-version }}
69-
cluster_name: stac-fastapi-test
69+
cluster_name: stac-fastapi-${{ matrix.kubernetes-version }}
7070

7171
- name: Setup Helm repositories
7272
uses: ./.github/actions/setup-helm-repos
@@ -157,6 +157,6 @@ jobs:
157157

158158
- name: Upload Checkov results
159159
if: always()
160-
uses: github/codeql-action/upload-sarif@v2
160+
uses: github/codeql-action/upload-sarif@v3
161161
with:
162162
sarif_file: reports/results.sarif

0 commit comments

Comments
 (0)