Skip to content

Commit

Permalink
Merge pull request #155 from galaxyproject/update_kubectl_and_helm
Browse files Browse the repository at this point in the history
Update kubectl and helm to latest versions
  • Loading branch information
nuwang authored Sep 14, 2022
2 parents e0da023 + b44a87a commit 8b25ce5
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 @@ -3,8 +3,8 @@ FROM ubuntu:20.04 as stage1
ARG DEBIAN_FRONTEND=noninteractive
ENV PYTHONUNBUFFERED 1

ENV KUBE_LATEST_VERSION=v1.20.0
ENV HELM_VERSION=v3.5.2
ENV KUBE_LATEST_VERSION=v1.24.4
ENV HELM_VERSION=v3.9.4
ENV HELM_FILENAME=helm-${HELM_VERSION}-linux-amd64.tar.gz

RUN set -xe; \
Expand Down

0 comments on commit 8b25ce5

Please sign in to comment.