File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 - ' .github/workflows/helm-chart-test.yml'
1414
1515env :
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
2020jobs :
2121 lint :
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
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
You can’t perform that action at this time.
0 commit comments