Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency helm/helm to v3.14.3 #738

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update dependency helm/helm to v3.14.3
  • Loading branch information
renovate[bot] committed Apr 8, 2024
commit 6757503f1e84df85020159c86bbbc2a42028eb8c
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-graalvm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG JQ_VERSION=1.6
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.40.5
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=v3.14.0
ARG HELM_VERSION=v3.14.3

RUN curl -L "https://github.com/graalvm/mandrel/releases/download/${GRAAL_VERSION}/mandrel-java11-linux-amd64-${GRAAL_VERSION//mandrel-}.tar.gz" -o mandrel-java11.tar.gz && \
tar -xzf mandrel-java11.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-helm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG JQ_VERSION=1.6
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.40.5
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=v3.14.0
ARG HELM_VERSION=v3.14.3
# renovate: datasource=github-releases depName=open-policy-agent/conftest
ARG CONFTEST_VERSION=v0.49.0
# renovate: datasource=github-releases depName=stackrox/kube-linter
Expand Down
2 changes: 1 addition & 1 deletion tekton-task-images/helm/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# renovate: datasource=github-releases depName=helm/helm
HELM_VERSION=v3.14.0
HELM_VERSION=v3.14.3
2 changes: 1 addition & 1 deletion tool-box/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG ODO_VERSION=v3.15.0
# renovate: datasource=github-releases depName=stedolan/jq
ARG JQ_VERSION=1.6
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=v3.14.0
ARG HELM_VERSION=v3.14.3
# renovate: datasource=github-releases depName=tektoncd/cli
ARG TEKTON_VERSION=v0.36.0
# renovate: datasource=github-releases depName=mikefarah/yq
Expand Down
2 changes: 1 addition & 1 deletion utilities/ubi8-bats/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG OC_VERSION=4.14.8
# renovate: datasource=github-releases depName=stedolan/jq
ARG JQ_VERSION=1.6
# renovate: datasource=github-releases depName=helm/helm
ARG HELM_VERSION=v3.14.0
ARG HELM_VERSION=v3.14.3
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.40.5

Expand Down