Skip to content

Commit 4301daa

Browse files
authored
fix: update Getting Started VMware Terraform Tutorial files (#43)
* docs: add tf files for the getting started tutorial * fix: address review suggestions * docs: fix azure azs issue * fix: add k9s to the container image, review grammar of docker.md * fix: add terraform tests * fix: addressed review suggestions * fix: update spectro provider version, cluster profile logic, and broken tag * fix: metallb pack type * docs: fix merge conflicts in dockerfile * docs: update pack and images version * fix: bump azure k8s version, update presets manifest * fix: bump metallb pack version * fix: bump vmware packs: csi, cni, k8s
1 parent 0f82cff commit 4301daa

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
@@ -125,19 +125,19 @@ data "spectrocloud_pack" "vmware_ubuntu" {
125125

126126
data "spectrocloud_pack" "vmware_k8s" {
127127
name = "kubernetes"
128-
version = "1.28.3"
128+
version = "1.28.13"
129129
registry_uid = data.spectrocloud_registry.public_registry.id
130130
}
131131

132132
data "spectrocloud_pack" "vmware_cni" {
133133
name = "cni-calico"
134-
version = "3.26.3"
134+
version = "3.27.2"
135135
registry_uid = data.spectrocloud_registry.public_registry.id
136136
}
137137

138138
data "spectrocloud_pack" "vmware_csi" {
139139
name = "csi-vsphere-csi"
140-
version = "3.0.2"
140+
version = "3.1.2"
141141
registry_uid = data.spectrocloud_registry.public_registry.id
142142
}
143143

0 commit comments

Comments
 (0)