Skip to content

Commit

Permalink
chore(deps): bump hashicorp/helm from 2.11.0 to 2.12.1
Browse files Browse the repository at this point in the history
Bumps [hashicorp/helm](https://github.com/hashicorp/terraform-provider-helm) from 2.11.0 to 2.12.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.11.0...v2.12.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent 431421f commit ad1f455
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.11.0"
version = "2.12.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.11.0"
version = "2.12.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.11.0"
version = "2.12.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.11.0"
version = "2.12.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.11.0"
version = "2.12.1"
}
kubectl = {
source = "gavinbunney/kubectl"
Expand Down

0 comments on commit ad1f455

Please sign in to comment.