Skip to content

Commit

Permalink
Update to kubectl-1.26.0, vals-0.21.0 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgkrsk authored Dec 9, 2022
1 parent c27ffa9 commit e5c74d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk upgrade --update-cache --no-cache && \
:

# https://storage.googleapis.com/kubernetes-release/release/stable.txt
ENV KUBECTL_VERSION 1.25.4
ENV KUBECTL_VERSION 1.26.0
RUN curl -sSL https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl && \
file /usr/local/bin/kubectl|grep statically && \
chmod +x /usr/local/bin/kubectl && \
Expand Down Expand Up @@ -73,7 +73,7 @@ RUN curl -sSL https://github.com/kubernetes-sigs/kustomize/releases/download/kus
:

# https://github.com/variantdev/vals/releases
ENV VALS_VERSION 0.20.0
ENV VALS_VERSION 0.21.0
RUN curl -sSL https://github.com/variantdev/vals/releases/download/v${VALS_VERSION}/vals_${VALS_VERSION}_linux_amd64.tar.gz | tar xz && \
file vals |grep statically && \
mv vals /usr/local/bin/vals && \
Expand Down

0 comments on commit e5c74d4

Please sign in to comment.