Skip to content

Commit

Permalink
chore: add k8s 1.27 to tests (#2692)
Browse files Browse the repository at this point in the history
Co-authored-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
  • Loading branch information
sozercan and nilekhc committed May 1, 2023
1 parent 5e83d3f commit c02b1d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Expand Up @@ -116,7 +116,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
KUBERNETES_VERSION: ["1.24.7", "1.25.3", "1.26.0"]
KUBERNETES_VERSION: ["1.24.12", "1.25.8", "1.26.3", "1.27.1"]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -14,8 +14,8 @@ VERSION := v3.13.0-beta.0

KIND_VERSION ?= 0.17.0
# note: k8s version pinned since KIND image availability lags k8s releases
KUBERNETES_VERSION ?= 1.26.0
CRD_KUBECTL_VERSION ?= 1.26.3
KUBERNETES_VERSION ?= 1.27.1
CRD_KUBECTL_VERSION ?= 1.27.1
KUSTOMIZE_VERSION ?= 3.8.9
BATS_VERSION ?= 1.8.2
ORAS_VERSION ?= 0.16.0
Expand Down
2 changes: 1 addition & 1 deletion Tiltfile
Expand Up @@ -74,7 +74,7 @@ def build_crds():
context=".staging/crds/",
target="build",
only="crds",
build_args={"KUBE_VERSION": "1.26.0"},
build_args={"KUBE_VERSION": "1.27.1"},
live_update=[
sync(".staging/crds/", "/crds"),
],
Expand Down

0 comments on commit c02b1d5

Please sign in to comment.