Skip to content

Commit

Permalink
Update k3s
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Mar 11, 2023
1 parent e08ee5a commit 31584e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG DAPPER_HOST_ARCH
ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH}
ENV CATTLE_HELM_VERSION v2.16.8-rancher2
ENV CATTLE_MACHINE_VERSION v0.15.0-rancher95
ENV CATTLE_K3S_VERSION v1.24.8+k3s1
ENV CATTLE_K3S_VERSION v1.24.10+k3s1
# version used by helm plugin install script
ENV CATTLE_HELM_UNITTEST_VERSION v0.1.7-rancher4
# helm 3 version
Expand Down Expand Up @@ -56,7 +56,7 @@ RUN mkdir /usr/tmp && \
chmod +x /usr/bin/kustomize

# Set up K3s: copy the necessary binaries from the K3s image.
COPY --from=rancher/k3s:v1.24.8-k3s1 \
COPY --from=rancher/k3s:v1.24.11-k3s1 \
/bin/blkid \
/bin/charon \
/bin/cni \
Expand Down
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CATTLE_PARTNER_CHART_DEFAULT_BRANCH=$PARTNER_CHART_DEFAULT_BRANCH
ENV CATTLE_RKE2_CHART_DEFAULT_BRANCH=$RKE2_CHART_DEFAULT_BRANCH
ENV CATTLE_HELM_VERSION v2.16.8-rancher2
ENV CATTLE_MACHINE_VERSION v0.15.0-rancher95
ENV CATTLE_K3S_VERSION v1.24.8+k3s1
ENV CATTLE_K3S_VERSION v1.24.10+k3s1
ENV CATTLE_MACHINE_PROVISION_IMAGE rancher/machine:${CATTLE_MACHINE_VERSION}
ENV CATTLE_ETCD_VERSION v3.5.1
ENV LOGLEVEL_VERSION v0.1.5
Expand Down Expand Up @@ -116,7 +116,7 @@ RUN curl ${HELM_URL_V3} | tar xvzf - --strip-components=1 -C /usr/bin && \
chmod +x /usr/bin/kustomize

# Set up K3s: copy the necessary binaries from the K3s image.
COPY --from=rancher/k3s:v1.24.8-k3s1 \
COPY --from=rancher/k3s:v1.24.11-k3s1 \
/bin/blkid \
/bin/charon \
/bin/cni \
Expand Down

0 comments on commit 31584e4

Please sign in to comment.