Skip to content

Commit

Permalink
change kubectl to 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
IlliaNebeskyi committed Jan 26, 2024
1 parent 580a4b7 commit 84b2ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
go_version: '1.21.5'
golangci_version: '1.55.2'
helm_version: '3.7.1'
kubectl_version: 'v1.29.1'
kubectl_version: 'v1.27.0'
kind_config: 'small-kind.yaml'
kind_wait: '30s'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion devkit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GO_VERSION ?= 1.21.5
GOLANGCI_VERSION ?= 1.55.2
PROTOBUF_VERSION ?= 3.11.0
PROTOC_GEN_GO_VER ?= v1.3.2
KUBECTL_VERSION ?= 1.29.1
KUBECTL_VERSION ?= 1.27.0
HELM_VERSION ?= 3.8.1
KIND_BUILDER ?= golang:1.21
PYTHON_VERSION ?= 3.6.15
Expand Down

0 comments on commit 84b2ec8

Please sign in to comment.