Skip to content

Commit

Permalink
looks like the version of helm is also specified when building leo do…
Browse files Browse the repository at this point in the history
…cker container
  • Loading branch information
LizBaldo committed Jan 22, 2025
1 parent c8e76ec commit 125da32
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 @@ -42,7 +42,7 @@ COPY --from=helm-go-lib-builder /helm-go-lib-build/helm-scala-sdk/helm-go-lib /l
# Install the Helm3 CLI client using a provided script because installing it via the RHEL package managing didn't work
RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 && \
chmod 700 get_helm.sh && \
./get_helm.sh --version v3.11.2 && \
./get_helm.sh --version v3.15.3 && \
rm get_helm.sh

# Add the repos containing nginx, galaxy, setup apps, custom apps, cromwell and aou charts
Expand Down

0 comments on commit 125da32

Please sign in to comment.