Merge pull request #211 from ChristianLempa/renovate/helm-2.x

chore(deps): update terraform helm to v2.13.0
This commit is contained in:
Christoph Schug 2024-04-04 19:38:30 +02:00 committed by GitHub
commit 4dbaf62cee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ terraform {
}
helm = {
source = "hashicorp/helm"
version = "2.12.1"
version = "2.13.0"
}
kubernetes = {
source = "hashicorp/kubernetes"