Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 3cca085

Browse files
authored
Update K8s and Kind version (#3612)
* Update k8s version * Update k8s version * Change go version.
1 parent 950fb1f commit 3cca085

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.ci/scripts/install-helm-test-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ HOME=${HOME:?$MSG}
2020

2121
HELM_VERSION="${HELM_VERSION:-"3.9.0"}"
2222
HELM_TAR_GZ_FILE="helm-v${HELM_VERSION}-linux-${GOARCH}.tar.gz"
23-
KIND_VERSION="v${KIND_VERSION:-"0.17.0"}"
24-
KUBERNETES_VERSION="${KUBERNETES_VERSION:-"1.26.0"}"
23+
KIND_VERSION="v${KIND_VERSION:-"0.20.0"}"
24+
KUBERNETES_VERSION="${KUBERNETES_VERSION:-"1.27.3"}"
2525

2626
HELM_CMD="${HOME}/bin/helm"
2727
KBC_CMD="${HOME}/bin/kubectl"

.ci/scripts/install-kubernetes-autodiscover-test-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ set -euxo pipefail
1616
MSG="parameter missing."
1717
HOME=${HOME:?$MSG}
1818

19-
KIND_VERSION="v${KIND_VERSION:-"0.17.0"}"
20-
KUBERNETES_VERSION="${KUBERNETES_VERSION:-"1.26.0"}"
19+
KIND_VERSION="v${KIND_VERSION:-"0.20.0"}"
20+
KUBERNETES_VERSION="${KUBERNETES_VERSION:-"1.27.3"}"
2121

2222
KUBECTL_CMD="${HOME}/bin/kubectl"
2323

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20
1+
1.20.5

e2e/_suites/kubernetes-autodiscover/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ This is an example of the optional configuration:
110110
export BEAT_VERSION=7.12.0 # version of beats to use
111111
export ELASTIC_AGENT_VERSION=7.12.0 # version of Elastic Agent to use
112112
export GITHUB_CHECK_SHA1=0123456789 # to select snapshots built by beats-ci
113-
export KIND_VERSION="0.17.0" # version of kind
114-
export KUBERNETES_VERSION="1.26.0" # version of the cluster to be passed to kind
113+
export KIND_VERSION="0.20.0" # version of kind
114+
export KUBERNETES_VERSION="1.27.3" # version of the cluster to be passed to kind
115115
```
116116
117117
3. Install dependencies.

internal/config/kubernetes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Requirements
44

55
- docker
6-
- kind (>= 0.17.0)
7-
- kubectl (>= 1.26.0)
6+
- kind (>= 0.20.0)
7+
- kubectl (>= 1.27.3)
88

99
## Deployment
1010

0 commit comments

Comments
 (0)