Skip to content

Commit ea29e8f

Browse files
committed
fix: bump AWS getting started pack versions
Update CSI, CNI, and Kubernetes pack versions used in AWS getting started Terraform deployment.
1 parent a62c9e9 commit ea29e8f

File tree

1 file changed

+3
-3
lines changed
  • terraform/getting-started-deployment-tf

1 file changed

+3
-3
lines changed

terraform/getting-started-deployment-tf/data.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ data "spectrocloud_cloudaccount_aws" "account" {
2323

2424
data "spectrocloud_pack" "aws_csi" {
2525
name = "csi-aws-ebs"
26-
version = "1.41.0"
26+
version = "1.53.0"
2727
registry_uid = data.spectrocloud_registry.public_registry.id
2828
}
2929

3030
data "spectrocloud_pack" "aws_cni" {
3131
name = "cni-calico"
32-
version = "3.29.3"
32+
version = "3.30.3"
3333
registry_uid = data.spectrocloud_registry.public_registry.id
3434
}
3535

3636
data "spectrocloud_pack" "aws_k8s" {
3737
name = "kubernetes"
38-
version = "1.32.3"
38+
version = "1.32.10"
3939
registry_uid = data.spectrocloud_registry.public_registry.id
4040
}
4141

0 commit comments

Comments
 (0)