Skip to content

Commit a23d9ab

Browse files
fix(deps): update required_provider to latest for deployable modules / architectures (#116)
1 parent 24ddaef commit a23d9ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solutions/existing-cluster/version.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ terraform {
44
# Lock DA into an exact provider version - renovate automation will keep it updated
55
ibm = {
66
source = "ibm-cloud/ibm"
7-
version = "1.65.0"
7+
version = "1.68.0"
88
}
99
helm = {
1010
source = "hashicorp/helm"
11-
version = "2.13.2"
11+
version = "2.14.0"
1212
}
1313
kubernetes = {
1414
source = "hashicorp/kubernetes"
15-
version = "2.30.0"
15+
version = "2.31.0"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)