Skip to content

Commit a5b2dfb

Browse files
authored
update k8s and kind versions for tests (#2553)
1 parent 2951977 commit a5b2dfb

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.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.26.0
21+
version: v0.29.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Compute K8s matrix/versions for testing
2222
id: compute
2323
run: |
24-
matrix='["v1.30.10-kind"]'
24+
matrix='["v1.31.9-kind"]'
2525
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
26-
matrix='["v1.30.10-kind", "v1.32.2-kind"]'
26+
matrix='["v1.31.9-kind", "v1.33.2-kind"]'
2727
fi
2828
echo "matrix=${matrix}" >> "${GITHUB_OUTPUT}"
2929
@@ -136,7 +136,7 @@ jobs:
136136
if: ${{ steps.extract.outputs.k8s_platform == 'kind' }}
137137
uses: helm/[email protected]
138138
with:
139-
version: v0.26.0
139+
version: v0.29.0
140140
config: test/helper/e2e/config/kind.yaml
141141
node_image: kindest/node:${{ steps.extract.outputs.k8s_version }}
142142
cluster_name: ${{ matrix.test }}-${{ matrix.k8s }}
@@ -206,7 +206,7 @@ jobs:
206206
if: ${{ steps.extract.outputs.k8s_platform == 'kind' }}
207207
uses: helm/[email protected]
208208
with:
209-
version: v0.26.0
209+
version: v0.29.0
210210
config: test/helper/e2e/config/kind.yaml
211211
node_image: kindest/node:${{ steps.extract.outputs.k8s_version }}
212212
cluster_name: ${{ matrix.test }}-${{ matrix.k8s }}

.github/workflows/tests-e2e2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
if: ${{ steps.properties.outputs.k8s_platform == 'kind' && !env.ACT }}
161161
uses: helm/[email protected]
162162
with:
163-
version: v0.26.0
163+
version: v0.29.0
164164
config: test/helper/e2e/config/kind.yaml
165165
node_image: kindest/node:${{ steps.properties.outputs.k8s_version }}
166166
cluster_name: ${{ matrix.test }}

.github/workflows/tests-selectable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
if: ${{ steps.properties.outputs.k8s_platform == 'kind' && !env.ACT }}
308308
uses: helm/[email protected]
309309
with:
310-
version: v0.26.0
310+
version: v0.29.0
311311
config: test/helper/e2e/config/kind.yaml
312312
node_image: kindest/node:${{ steps.properties.outputs.k8s_version }}
313313
cluster_name: ${{ matrix.test }}
@@ -391,7 +391,7 @@ jobs:
391391
if: ${{ !env.ACT }}
392392
uses: helm/[email protected]
393393
with:
394-
version: v0.26.0
394+
version: v0.29.0
395395
config: test/helper/e2e/config/kind.yaml
396396
cluster_name: "atlas-gov-e2e-test"
397397
wait: 180s

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ATLAS_KEY_SECRET_NAME = mongodb-atlas-operator-api-key
100100

101101
# Envtest configuration params
102102
ENVTEST_ASSETS_DIR ?= $(shell pwd)/bin
103-
ENVTEST_K8S_VERSION ?= 1.30.0
103+
ENVTEST_K8S_VERSION ?= 1.31.9
104104
KUBEBUILDER_ASSETS ?= $(ENVTEST_ASSETS_DIR)/k8s/$(ENVTEST_K8S_VERSION)-$(TARGET_OS)-$(TARGET_ARCH)
105105

106106
# Ginkgo configuration

0 commit comments

Comments
 (0)