Skip to content

Commit

Permalink
feat: Update helmfile to latest (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
casciom-work authored Feb 2, 2021
1 parent 2c57cee commit a5afa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ RUN helm plugin install https://github.com/aslafy-z/helm-git.git --version "${HE
&& rm -rf /var/tmp/* /tmp/* /var/tmp/.???* /tmp/.???*

# Install helmfile. Get versions using 'asdf list all helmfile'.
ARG HELMFILE_VERSION="0.125.0"
ARG HELMFILE_VERSION="0.138.2"
ENV HELMFILE_VERSION=${HELMFILE_VERSION}
RUN asdf plugin add helmfile \
&& asdf install helmfile "${HELMFILE_VERSION}" \
Expand Down

0 comments on commit a5afa87

Please sign in to comment.