Skip to content

Commit

Permalink
CI: test against k8s 1.30 (#278) (#1029)
Browse files Browse the repository at this point in the history
Drop 1.25
Bump kind version to v0.23.0
  • Loading branch information
benashz committed Jun 7, 2024
1 parent 757ae2d commit 834cd7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ jobs:
strategy:
fail-fast: false
matrix:
kind-k8s-version: [1.25.16, 1.26.14, 1.27.11, 1.28.7, 1.29.2]
kind-k8s-version:
- 1.30.0
- 1.29.4
- 1.28.9
- 1.27.13
- 1.26.15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
Expand All @@ -16,7 +21,7 @@ jobs:
with:
config: test/kind/config.yaml
node_image: kindest/node:v${{ matrix.kind-k8s-version }}
version: v0.22.0
version: v0.23.0
- run: bats --tap --timing ./test/acceptance
env:
VAULT_LICENSE_CI: ${{ secrets.VAULT_LICENSE_CI }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LOCAL_ACCEPTANCE_TESTS?=false
KIND_CLUSTER_NAME?=vault-helm

# kind k8s version
KIND_K8S_VERSION?=v1.29.2
KIND_K8S_VERSION?=v1.30.0

# Generate json schema for chart values. See test/README.md for more details.
values-schema:
Expand Down

0 comments on commit 834cd7f

Please sign in to comment.