Skip to content

Commit 4017757

Browse files
author
Michal Voitiulevic
committed
Use latest castai and 2.x helm
1 parent 0472890 commit 4017757

File tree

1 file changed

+5
-1
lines changed
  • examples/eks/eks_live_migration

1 file changed

+5
-1
lines changed

examples/eks/eks_live_migration/main.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ terraform {
88
}
99
castai = {
1010
source = "castai/castai"
11-
version = "7.51.0"
11+
version = "~> 7.55"
1212
}
1313
kubernetes = {
1414
source = "hashicorp/kubernetes"
1515
}
16+
helm = {
17+
source = "hashicorp/helm"
18+
version = "~> 2.15.0" # Force v2.x instead of v3.x
19+
}
1620
}
1721
}

0 commit comments

Comments
 (0)