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

chore(deps): update terraform helm to v2.15.0
This commit is contained in:
Christian Lempa 2024-08-21 17:37:38 +02:00 committed by GitHub
commit a2a0540128
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.14.1"
version = "2.15.0"
}
kubernetes = {
source = "hashicorp/kubernetes"