Skip to content

Commit

Permalink
chore(deps): update dependency helm/helm to v3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 230a60d commit 80fe242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/common/versions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
// renovate: datasource=github-releases depName=helm/helm
helm: "3.11.3",
helm: "3.16.1",

// renovate: datasource=github-tags depName=kubernetes/kubectl extractVersion=^kubernetes-(?<version>.+)$
kubectl: "1.27.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/kontinuous/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN curl --fail -sL https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd6

FROM downloader as helm
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=3.11.3
ARG HELM_VERSION=3.16.1
ENV HELM_VERSION=$HELM_VERSION
RUN curl --fail -sL https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz | tar xz -C /tmp/ \
&& mv /tmp/linux-amd64/helm /usr/local/bin/helm \
Expand Down

0 comments on commit 80fe242

Please sign in to comment.