Skip to content

Commit

Permalink
Update to vals-0.20.0 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgkrsk committed Nov 29, 2022
1 parent 22c6d30 commit c27ffa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
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.19.0
ENV VALS_VERSION 0.20.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 c27ffa9

Please sign in to comment.