Skip to content

Commit 1884b8c

Browse files
chore(deps): update dependency helm/helm to v3.14.1
1 parent fb7c933 commit 1884b8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/common/versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
// renovate: datasource=github-releases depName=helm/helm
3-
helm: "3.11.3",
3+
helm: "3.14.1",
44

55
// renovate: datasource=github-tags depName=kubernetes/kubectl extractVersion=^kubernetes-(?<version>.+)$
66
kubectl: "1.27.1",

packages/kontinuous/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN curl --fail -sL https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd6
2424

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

0 commit comments

Comments
 (0)