Skip to content

Commit

Permalink
ci: bump e2e k8s version (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozercan committed Sep 8, 2022
1 parent c7f01d0 commit c8bf4bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Expand Up @@ -115,7 +115,7 @@ jobs:
contents: read
strategy:
matrix:
KUBERNETES_VERSION: ["1.22.9", "1.23.6", "1.24.0"]
KUBERNETES_VERSION: ["1.23.10", "1.24.4", "1.25.0"]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -12,9 +12,9 @@ ENABLE_EXTERNAL_DATA ?= false

VERSION := v3.10.0-beta.1

KIND_VERSION ?= 0.13.0
KIND_VERSION ?= 0.15.0
# note: k8s version pinned since KIND image availability lags k8s releases
KUBERNETES_VERSION ?= 1.24.0
KUBERNETES_VERSION ?= 1.25.0
KUSTOMIZE_VERSION ?= 3.8.9
BATS_VERSION ?= 1.2.1
BATS_TESTS_FILE ?= test/bats/test.bats
Expand Down

0 comments on commit c8bf4bd

Please sign in to comment.