Skip to content

Commit

Permalink
Merge pull request #128 from rancher/updatecli_master_ee1c8db2c65cef8…
Browse files Browse the repository at this point in the history
…81955474e6a35a6dffb916dcd2e53af1bae273d3a831f7960

Bump K3s-root version to v0.14.1
  • Loading branch information
thomasferrandiz authored Nov 12, 2024
2 parents 1d09bb3 + 067f372 commit 44a638d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN git checkout tags/${TAG} -b ${TAG}
### BEGIN K3S XTABLES ###
FROM builder AS k3s_xtables
ARG ARCH
ARG K3S_ROOT_VERSION=v0.14.0
ARG K3S_ROOT_VERSION=v0.14.1
ADD https://github.com/rancher/k3s-root/releases/download/${K3S_ROOT_VERSION}/k3s-root-xtables-${ARCH}.tar /opt/xtables/k3s-root-xtables.tar
RUN tar xvf /opt/xtables/k3s-root-xtables.tar -C /opt/xtables
### END K3S XTABLES #####
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ IMAGE_DIGESTS ?=
IID_FILE_FLAG ?=
IID_FILE_PATH := $(if $(IID_FILE_FLAG),$(word 2, $(IID_FILE_FLAG)))

K3S_ROOT_VERSION ?= v0.14.0
K3S_ROOT_VERSION ?= v0.14.1
BUILD_META=-build$(shell date +%Y%m%d)
MACHINE := rancher
TAG ?= ${GITHUB_ACTION_TAG}
Expand Down

0 comments on commit 44a638d

Please sign in to comment.