Skip to content

Commit 3afc1c2

Browse files
fix: bump hashicorp/helm from 2.14 to 3.1.0
Bumps [hashicorp/helm](https://github.com/hashicorp/terraform-provider-helm) from 2.14 to 3.1.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...v3.1.0) --- updated-dependencies: - dependency-name: hashicorp/helm dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3eaf65 commit 3afc1c2

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

0 commit comments

Comments
 (0)