From 8b4b5052f31f8f9b407380b823cf351926807d0e Mon Sep 17 00:00:00 2001 From: rachit89 Date: Fri, 22 Mar 2024 16:51:58 +0530 Subject: [PATCH] Changed version of helm chart from 9.1.0 to 10.1.0. --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index c45bbf6..e7707d4 100644 --- a/variables.tf +++ b/variables.tf @@ -45,7 +45,7 @@ variable "app_version" { variable "chart_version" { type = string - default = "9.2.0" + default = "10.1.0" description = "Version of the Mysql chart that will be used to deploy MySQL application." }