diff --git a/solutions/deploy/README.md b/solutions/deploy/README.md
index 1a014957..af5d70dd 100644
--- a/solutions/deploy/README.md
+++ b/solutions/deploy/README.md
@@ -102,8 +102,8 @@ You need the following permissions to run this module:
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.9.0 |
-| [external](#requirement\_external) | >= 2.3.4 |
-| [helm](#requirement\_helm) | >= 2.8.0, <3.0.0 |
+| [external](#requirement\_external) | >= 2.3.5 |
+| [helm](#requirement\_helm) | >= 2.17.0, < 3.0.0 |
| [ibm](#requirement\_ibm) | 1.78.0 |
| [shell](#requirement\_shell) | 1.7.10 |
diff --git a/solutions/deploy/cloud-pak-deployer/version.tf b/solutions/deploy/cloud-pak-deployer/version.tf
index 01abebb5..e00e9ff7 100644
--- a/solutions/deploy/cloud-pak-deployer/version.tf
+++ b/solutions/deploy/cloud-pak-deployer/version.tf
@@ -3,7 +3,7 @@ terraform {
required_providers {
helm = {
source = "hashicorp/helm"
- version = ">= 2.8.0, <3.0.0"
+ version = ">= 2.17.0, < 3.0.0"
}
}
}
diff --git a/solutions/deploy/cpd-image-build/version.tf b/solutions/deploy/cpd-image-build/version.tf
index 791ebccf..42736dde 100644
--- a/solutions/deploy/cpd-image-build/version.tf
+++ b/solutions/deploy/cpd-image-build/version.tf
@@ -7,7 +7,7 @@ terraform {
}
random = {
source = "hashicorp/random"
- version = ">= 3.4.3, < 4.0.0"
+ version = ">= 3.7.2, < 4.0.0"
}
shell = {
source = "scottwinkler/shell"
diff --git a/solutions/deploy/version.tf b/solutions/deploy/version.tf
index b5f18606..5e1a6b13 100644
--- a/solutions/deploy/version.tf
+++ b/solutions/deploy/version.tf
@@ -7,11 +7,11 @@ terraform {
}
external = {
source = "hashicorp/external"
- version = ">= 2.3.4"
+ version = ">= 2.3.5"
}
helm = {
source = "hashicorp/helm"
- version = ">= 2.8.0, <3.0.0"
+ version = ">= 2.17.0, < 3.0.0"
}
shell = {
source = "scottwinkler/shell"