Skip to content

Commit

Permalink
chore(deps): bump hashicorp/helm from 2.13.1 to 2.14.0 (#72)
Browse files Browse the repository at this point in the history
Bumps [hashicorp/helm](https://github.com/hashicorp/terraform-provider-helm) from 2.13.1 to 2.14.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.13.1...v2.14.0)

---
updated-dependencies:
- dependency-name: hashicorp/helm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 7d4688e commit 6e350bf
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion k8s-cert-manager/terraform/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.13.1"
version = "2.14.0"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
2 changes: 1 addition & 1 deletion k8s-external-secrets-operator/terraform/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.13.1"
version = "2.14.0"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
2 changes: 1 addition & 1 deletion k8s-vault-agent-injector/terraform/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.13.1"
version = "2.14.0"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
2 changes: 1 addition & 1 deletion k8s-vault-csi/terraform/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.13.1"
version = "2.14.0"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
2 changes: 1 addition & 1 deletion k8s-vault-secrets-operator/terraform/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.13.1"
version = "2.14.0"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.13.1"
version = "2.14.0"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down

0 comments on commit 6e350bf

Please sign in to comment.