Skip to content

Commit 46b3956

Browse files
fix: bump hashicorp/helm from 2.14 to 2.17.0
Bumps [hashicorp/helm](https://github.com/hashicorp/terraform-provider-helm) from 2.14 to 2.17.0. - [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.17.0) --- updated-dependencies: - dependency-name: hashicorp/helm dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4a5109 commit 46b3956

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.17.0"
3939
}
4040
kubernetes = {
4141
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)