Skip to content

Commit

Permalink
helm v2.10.0-rancher5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alena Prokharchyk committed Oct 10, 2018
1 parent b9ebd58 commit 37dd1ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:18.04

ARG DAPPER_HOST_ARCH
ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH}
ENV CATTLE_HELM_VERSION v2.10.0-rancher4
ENV CATTLE_HELM_VERSION v2.10.0-rancher5

RUN apt-get update && \
apt-get install -y gcc ca-certificates git wget curl vim less file xz-utils unzip && \
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mkdir /root/.kube && \
ln -s /usr/bin/rancher /usr/bin/ensure-default-admin
WORKDIR /var/lib/rancher

ENV CATTLE_HELM_VERSION v2.10.0-rancher4
ENV CATTLE_HELM_VERSION v2.10.0-rancher5
ENV CATTLE_MACHINE_VERSION v0.15.0-rancher1-1
ENV LOGLEVEL_VERSION v0.1
ENV TINI_VERSION v0.18.0
Expand Down

0 comments on commit 37dd1ec

Please sign in to comment.