Skip to content

Commit

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

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

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 May 8, 2024
1 parent 0706dff commit 3201b84
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.0"
version = "2.13.1"
}
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.0"
version = "2.13.1"
}
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.0"
version = "2.13.1"
}
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.0"
version = "2.13.1"
}
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.0"
version = "2.13.1"
}
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.0"
version = "2.13.1"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down

0 comments on commit 3201b84

Please sign in to comment.