diff --git a/solutions/existing-cluster/version.tf b/solutions/existing-cluster/version.tf index f5394da..4f36528 100644 --- a/solutions/existing-cluster/version.tf +++ b/solutions/existing-cluster/version.tf @@ -8,7 +8,7 @@ terraform { } helm = { source = "hashicorp/helm" - version = "2.14.0" + version = "2.14.1" } kubernetes = { source = "hashicorp/kubernetes"