File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11module . 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" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN curl --fail -sL https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd6
2424
2525FROM 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
2828ENV HELM_VERSION=$HELM_VERSION
2929RUN 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 \
You can’t perform that action at this time.
0 commit comments