Skip to content

Commit bdce0b4

Browse files
fix: bump hashicorp/helm from 2.14 to 2.16.1
Bumps [hashicorp/helm](https://github.com/hashicorp/terraform-provider-helm) from 2.14 to 2.16.1. - [Release notes](https://github.com/hashicorp/terraform-provider-helm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-helm/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-helm@v2.14.0...v2.16.1) --- updated-dependencies: - dependency-name: hashicorp/helm dependency-version: 2.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b918e04 commit bdce0b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ terraform {
3535
}
3636
helm = {
3737
source = "hashicorp/helm"
38-
version = "2.14"
38+
version = "2.16.1"
3939
}
4040
kubernetes = {
4141
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)