Skip to content

Commit

Permalink
chore: Bump e2e kind node to 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Aug 8, 2024
1 parent f8aa7d9 commit 089ed45
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 089ed45

Please sign in to comment.