Skip to content

Commit

Permalink
Update test version of kubernetes to v1.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyuanpeng committed Feb 28, 2024
1 parent d86653a commit 597edce
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 @@ -24,7 +24,7 @@ case $(uname -m) in
esac

NODE_IMAGE_NAME="docker.io/kindest/node"
KUBERNETES_VERSION=${KUBERNETES_VERSION:-"v1.28.0"}
KUBERNETES_VERSION=${KUBERNETES_VERSION:-"v1.29.2"}
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 597edce

Please sign in to comment.