Skip to content

Commit

Permalink
Merge pull request #7 from pluralsh/renovate/helm-3.x
Browse files Browse the repository at this point in the history
Update dependency helm to v3.17.0
  • Loading branch information
maciaszczykm authored Jan 22, 2025
2 parents 3261809 + 0c63326 commit 624ac29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/plural-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ADD "https://github.com/pluralsh/plural-cli/releases/download/v${PLURAL_VERSION}
RUN tar -xzvf /plural-cli_${PLURAL_VERSION}_Linux_${TARGETARCH}.tar.gz plural

# renovate: datasource=github-releases depName=helm packageName=helm/helm versioning=loose
ENV HELM_VERSION=v3.15.1
ENV HELM_VERSION=v3.17.0
ADD "https://get.helm.sh/helm-${HELM_VERSION}-linux-${TARGETARCH}.tar.gz" /
RUN tar -xzvf /helm-${HELM_VERSION}-linux-${TARGETARCH}.tar.gz linux-${TARGETARCH}/helm

Expand Down

0 comments on commit 624ac29

Please sign in to comment.