Skip to content

Commit b9ab469

Browse files
authored
CLOUDP-297951: Bump kubernetes support version (#2082)
1 parent 587162e commit b9ab469

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test-contract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Create k8s Kind Cluster
1919
uses: helm/[email protected]
2020
with:
21-
version: v0.22.0
21+
version: v0.26.0
2222
config: test/helper/e2e/config/kind.yaml
2323
node_image: kindest/node:v1.29.2
2424
- name: Install devbox

.github/workflows/test-e2e-gov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: ${{ !env.ACT }}
1919
uses: helm/[email protected]
2020
with:
21-
version: v0.20.0
21+
version: v0.26.0
2222
config: test/helper/e2e/config/kind.yaml
2323
cluster_name: "atlas-gov-e2e-test"
2424
wait: 180s

.github/workflows/test-e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
name: Compute Test Matrix
2121
run: |
2222
# Note the use of external single quotes to allow for double quotes at inline YAML array
23-
matrix='["v1.29.8-kind"]'
23+
matrix='["v1.29.12-kind"]'
2424
if [ "${{ github.ref }}" == "refs/heads/main" ];then
25-
matrix='["v1.29.8-kind", "v1.31.1-kind"]'
25+
matrix='["v1.29.12-kind", "v1.31.4-kind"]'
2626
fi
2727
echo "matrix=${matrix}" >> "${GITHUB_OUTPUT}"
2828
cat "${GITHUB_OUTPUT}"
@@ -228,7 +228,7 @@ jobs:
228228
if: ${{ steps.properties.outputs.k8s_platform == 'kind' && !env.ACT }}
229229
uses: helm/[email protected]
230230
with:
231-
version: v0.22.0
231+
version: v0.26.0
232232
config: test/helper/e2e/config/kind.yaml
233233
node_image: kindest/node:${{ steps.properties.outputs.k8s_version }}
234234
cluster_name: ${{ matrix.test }}

0 commit comments

Comments
 (0)