Skip to content

Commit

Permalink
Bump the terraform group across 2 directories with 1 update (#1219)
Browse files Browse the repository at this point in the history
Bumps the terraform group with 1 update in the /terraform/gcp/modules/argocd directory: [hashicorp/helm](https://github.com/hashicorp/terraform-provider-helm).
Bumps the terraform group with 1 update in the /terraform/gcp/modules/external_secrets directory: [hashicorp/helm](https://github.com/hashicorp/terraform-provider-helm).


Updates `hashicorp/helm` from 2.14.0 to 2.14.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.14.0...v2.14.1)

Updates `hashicorp/helm` from 2.14.0 to 2.14.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.14.0...v2.14.1)

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

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 Aug 9, 2024
1 parent 2490be4 commit 03820a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/gcp/modules/argocd/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.14.0"
version = "2.14.1"
}
}
}
2 changes: 1 addition & 1 deletion terraform/gcp/modules/external_secrets/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.14.0"
version = "2.14.1"
}
}
}

0 comments on commit 03820a2

Please sign in to comment.