Skip to content

Commit ca00857

Browse files
authored
HDDS-14628. Bump k3s to v1.35.1+k3s1 (#9817)
1 parent 1b89942 commit ca00857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hadoop-ozone/dev-support/checks/install

hadoop-ozone/dev-support/checks/install/k3s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# This script installs K3S.
1818
# Requires _install_tool from _lib.sh. Use `source` for both scripts, because it modifies $PATH.
1919

20-
: ${K3S_VERSION:="v1.34.2+k3s1"}
20+
: ${K3S_VERSION:="v1.35.1+k3s1"}
2121
: ${KUBECONFIG:=/etc/rancher/k3s/k3s.yaml}
2222

2323
_install_k3s() {

0 commit comments

Comments
 (0)