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

Commit

Permalink
Update k8s version fot 1.30 compatibility (#3846)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKatsoulis authored Jul 2, 2024
1 parent a27ba8e commit 9e798dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MSG="parameter missing."
HOME=${HOME:?$MSG}

KIND_VERSION="v${KIND_VERSION:-"0.20.0"}"
KUBERNETES_VERSION="${KUBERNETES_VERSION:-"1.29.0"}"
KUBERNETES_VERSION="${KUBERNETES_VERSION:-"1.30.0"}"

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

Expand Down
2 changes: 1 addition & 1 deletion e2e/_suites/kubernetes-autodiscover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ This is an example of the optional configuration:
export ELASTIC_AGENT_VERSION=7.12.0 # version of Elastic Agent to use
export GITHUB_CHECK_SHA1=0123456789 # to select snapshots built by beats-ci
export KIND_VERSION="0.20.0" # version of kind
export KUBERNETES_VERSION="1.29.0" # version of the cluster to be passed to kind
export KUBERNETES_VERSION="1.30.0" # version of the cluster to be passed to kind
```
3. Install dependencies.
Expand Down
2 changes: 1 addition & 1 deletion internal/config/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- docker
- kind (>= 0.20.0)
- kubectl (>= 1.29.0)
- kubectl (>= 1.30.0)

## Deployment

Expand Down

0 comments on commit 9e798dc

Please sign in to comment.