浏览代码

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

chore(deps): update terraform helm to v2.14.1
Christoph Schug 1 年之前
父节点
当前提交
931a081f43
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"