Skip to content

Commit

Permalink
Merge pull request #67 from rancher/updatecli_master_ee1c8db2c65cef88…
Browse files Browse the repository at this point in the history
…1955474e6a35a6dffb916dcd2e53af1bae273d3a831f7960

Bump K3s-root version to v0.14.0
  • Loading branch information
manuelbuil authored Sep 30, 2024
2 parents 20fc4b2 + deed254 commit 29acb55
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 @@ -58,7 +58,7 @@ RUN chmod -v +x /usr/local/go/bin/go-*.sh

FROM build-k8s-codegen AS build-k8s
ARG TARGETARCH
ARG K3S_ROOT_VERSION="v0.13.0"
ARG K3S_ROOT_VERSION=v0.14.0
ADD https://github.com/k3s-io/k3s-root/releases/download/${K3S_ROOT_VERSION}/k3s-root-${TARGETARCH}.tar /opt/k3s-root/k3s-root.tar
RUN tar xvf /opt/k3s-root/k3s-root.tar -C /opt/k3s-root --wildcards --strip-components=2 './bin/aux/*tables*'
RUN tar xvf /opt/k3s-root/k3s-root.tar -C /opt/k3s-root './bin/ipset'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ORG ?= rancher
PKG ?= github.com/kubernetes/kubernetes
SRC ?= github.com/kubernetes/kubernetes
TAG ?= ${GITHUB_ACTION_TAG}
K3S_ROOT_VERSION ?= v0.13.0
K3S_ROOT_VERSION ?= v0.14.0

BUILD_META := -build$(shell date +%Y%m%d)

Expand Down

0 comments on commit 29acb55

Please sign in to comment.