Skip to content

Commit dcb02be

Browse files
chore(package): update dependency helm/helm to v4 (#838)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [helm/helm](https://redirect.github.com/helm/helm) | major | `v3.21.1` → `v4.2.3` | --- ### Configuration 📅 **Schedule**: (in timezone America/Los_Angeles) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/marinatedconcrete/config). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d78bf80 commit dcb02be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .devcontainer/build_files/packages

.devcontainer/build_files/packages/helm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eoux pipefail
44

55
# renovate: datasource=github-releases depName=helm/helm
6-
HELM_VERSION=v3.21.1
6+
HELM_VERSION=v4.2.3
77

88
tools_dir="$(mktemp -d)"
99
trap 'rm -rf "${tools_dir}"' EXIT

0 commit comments

Comments
 (0)