We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613811c commit 447e235Copy full SHA for 447e235
1 file changed
solutions/fully-configurable/version.tf
@@ -6,15 +6,15 @@ terraform {
6
# Lock DA into an exact provider version - renovate automation will keep it updated
7
ibm = {
8
source = "ibm-cloud/ibm"
9
- version = "1.76.1"
+ version = "1.77.1"
10
}
11
helm = {
12
source = "hashicorp/helm"
13
- version = "2.16.0"
+ version = "2.17.0"
14
15
kubernetes = {
16
source = "hashicorp/kubernetes"
17
- version = "2.33.0"
+ version = "2.36.0"
18
19
20
0 commit comments