Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit c893d29

Browse files
fix(deps): update required_provider to latest for the deployable architecture solution (#122)
1 parent 65033a7 commit c893d29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solutions/agents/version.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ terraform {
55
# Lock DA into an exact provider version - renovate automation will keep it updated
66
ibm = {
77
source = "ibm-cloud/ibm"
8-
version = "1.65.0"
8+
version = "1.66.0"
99
}
1010
helm = {
1111
source = "hashicorp/helm"
12-
version = "2.13.2"
12+
version = "2.14.0"
1313
}
1414
kubernetes = {
1515
source = "hashicorp/kubernetes"
16-
version = "2.30.0"
16+
version = "2.31.0"
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)