Explorar el Código

Merge pull request #387 from ChristianLempa/renovate/helm-2.14.x

chore(deps): update terraform helm to v2.14.1
Christoph Schug hace 1 año
padre
commit
931a081f43
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      terraform/templates/kubernetes-automation-example/provider.tf

+ 1 - 1
terraform/templates/kubernetes-automation-example/provider.tf

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