Skip to content

Commit

Permalink
Merge pull request #2469 from mrueg/bump-e2e-k8s
Browse files Browse the repository at this point in the history
chore: Bump e2e kind node to 1.30
  • Loading branch information
k8s-ci-robot authored Aug 24, 2024
2 parents 029b6d3 + 089ed45 commit 518a39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ case $(uname -m) in
esac

NODE_IMAGE_NAME="docker.io/kindest/node"
KUBERNETES_VERSION=${KUBERNETES_VERSION:-"v1.29.0"}
KUBERNETES_VERSION=${KUBERNETES_VERSION:-"v1.30.0"}
KUBE_STATE_METRICS_LOG_DIR=./log
KUBE_STATE_METRICS_CURRENT_IMAGE_NAME="registry.k8s.io/kube-state-metrics/kube-state-metrics"
KUBE_STATE_METRICS_IMAGE_NAME="registry.k8s.io/kube-state-metrics/kube-state-metrics-${ARCH}"
Expand Down

0 comments on commit 518a39a

Please sign in to comment.