Skip to content

Commit

Permalink
helm update version (#28)
Browse files Browse the repository at this point in the history
* helm update version

* Revert "helm update version"

This reverts commit 4ad6fd4.

* scaneer update version

* test

* test

* helm update version -scaneer testing again

* remove codefresh from pipeline

* Readding codefresh?

* ...

Co-authored-by: Sam Caneer <samantha.caneer@saic.com>
Co-authored-by: Sam Caneer <slcaneer42@students.tntech.edu>
Co-authored-by: stascavageb <brian.stascavage@saic.com>
  • Loading branch information
4 people authored Aug 31, 2021
1 parent e7d5a57 commit c92cc62
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 @@ -236,7 +236,7 @@ RUN asdf plugin add kubectl \

# Install Helm. Get versions using 'asdf list all helm'.
# Note: Please don't use Helm 2. Friends don't let friends use Tiller.
ARG HELM_VERSION="3.2.4"
ARG HELM_VERSION="3.6.3"
ENV HELM_VERSION=${HELM_VERSION}
RUN asdf plugin add helm \
&& asdf install helm "${HELM_VERSION}" \
Expand Down

0 comments on commit c92cc62

Please sign in to comment.