diff --git a/solutions/existing-cluster/version.tf b/solutions/existing-cluster/version.tf index f5394da..e28a84f 100644 --- a/solutions/existing-cluster/version.tf +++ b/solutions/existing-cluster/version.tf @@ -4,15 +4,15 @@ terraform { # Lock DA into an exact provider version - renovate automation will keep it updated ibm = { source = "ibm-cloud/ibm" - version = "1.68.0" + version = "1.69.2" } helm = { source = "hashicorp/helm" - version = "2.14.0" + version = "2.15.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "2.31.0" + version = "2.32.0" } } }