Skip to content

Commit 2140950

Browse files
fix: update the default VSI image name to ibm-ubuntu-24-04-2-minimal-amd64-5 (#1020)
1 parent 8cc4c7c commit 2140950

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

examples/one-vpc-one-vsi/override.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
{
153153
"access_tags": [],
154154
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
155-
"image_name": "ibm-ubuntu-24-04-2-minimal-amd64-4",
155+
"image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5",
156156
"machine_type": "cx2-2x4",
157157
"name": "jump-box",
158158
"resource_group": "slz-management-rg",

examples/override-example/override.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
{
405405
"access_tags": [],
406406
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
407-
"image_name": "ibm-ubuntu-24-04-2-minimal-amd64-4",
407+
"image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5",
408408
"machine_type": "cx2-2x4",
409409
"name": "jump-box",
410410
"resource_group": "slz-management-rg",
@@ -438,7 +438,7 @@
438438
{
439439
"access_tags": [],
440440
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
441-
"image_name": "ibm-ubuntu-24-04-2-minimal-amd64-4",
441+
"image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5",
442442
"machine_type": "cx2-2x4",
443443
"name": "private-svs",
444444
"resource_group": "slz-workload-rg",
@@ -472,7 +472,7 @@
472472
{
473473
"access_tags": [],
474474
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
475-
"image_name": "ibm-ubuntu-24-04-2-minimal-amd64-4",
475+
"image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5",
476476
"machine_type": "cx2-2x4",
477477
"name": "inet-svs",
478478
"resource_group": "slz-edge-rg",

patterns/mixed/override.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
"vsi": [
414414
{
415415
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
416-
"image_name": "ibm-ubuntu-24-04-2-minimal-amd64-4",
416+
"image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5",
417417
"machine_type": "cx2-4x8",
418418
"name": "management-server",
419419
"security_group": {

patterns/mixed/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ variable "use_random_cos_suffix" {
132132
variable "vsi_image_name" {
133133
description = "VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
134134
type = string
135-
default = "ibm-ubuntu-24-04-2-minimal-amd64-4"
135+
default = "ibm-ubuntu-24-04-2-minimal-amd64-5"
136136
}
137137

138138
variable "vsi_instance_profile" {
@@ -489,7 +489,7 @@ variable "teleport_instance_profile" {
489489
variable "teleport_vsi_image_name" {
490490
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
491491
type = string
492-
default = "ibm-ubuntu-24-04-2-minimal-amd64-4"
492+
default = "ibm-ubuntu-24-04-2-minimal-amd64-5"
493493
}
494494

495495
variable "teleport_license" {

patterns/roks/module/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ variable "teleport_instance_profile" {
573573
variable "teleport_vsi_image_name" {
574574
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
575575
type = string
576-
default = "ibm-ubuntu-24-04-2-minimal-amd64-4"
576+
default = "ibm-ubuntu-24-04-2-minimal-amd64-5"
577577
}
578578

579579
variable "teleport_license" {

patterns/roks/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ variable "teleport_instance_profile" {
590590
variable "teleport_vsi_image_name" {
591591
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
592592
type = string
593-
default = "ibm-ubuntu-24-04-2-minimal-amd64-4"
593+
default = "ibm-ubuntu-24-04-2-minimal-amd64-5"
594594
}
595595

596596
variable "teleport_license" {

patterns/vpc/module/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ variable "teleport_instance_profile" {
375375
variable "teleport_vsi_image_name" {
376376
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
377377
type = string
378-
default = "ibm-ubuntu-24-04-2-minimal-amd64-4"
378+
default = "ibm-ubuntu-24-04-2-minimal-amd64-5"
379379
}
380380

381381
variable "teleport_license" {

patterns/vpc/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ variable "teleport_instance_profile" {
381381
variable "teleport_vsi_image_name" {
382382
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
383383
type = string
384-
default = "ibm-ubuntu-24-04-2-minimal-amd64-4"
384+
default = "ibm-ubuntu-24-04-2-minimal-amd64-5"
385385
}
386386

387387
variable "teleport_license" {

patterns/vsi-extension/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ variable "access_tags" {
5858
variable "image_name" {
5959
description = "The image ID used for the VSI. You can run the `ibmcloud is images` CLI command to find available images. The IDs are different in each region."
6060
type = string
61-
default = "ibm-ubuntu-24-04-2-minimal-amd64-4"
61+
default = "ibm-ubuntu-24-04-2-minimal-amd64-5"
6262
}
6363

6464
variable "vsi_instance_profile" {

patterns/vsi-quickstart/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ variable "override_json_string" {
239239
"vsi": [
240240
{
241241
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
242-
"image_name": "ibm-ubuntu-24-04-2-minimal-amd64-4",
242+
"image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5",
243243
"machine_type": "cx2-4x8",
244244
"name": "jump-box",
245245
"resource_group": "management-rg",
@@ -285,7 +285,7 @@ variable "override_json_string" {
285285
},
286286
{
287287
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
288-
"image_name": "ibm-ubuntu-24-04-2-minimal-amd64-4",
288+
"image_name": "ibm-ubuntu-24-04-2-minimal-amd64-5",
289289
"machine_type": "cx2-4x8",
290290
"name": "workload-server",
291291
"resource_group": "workload-rg",

0 commit comments

Comments
 (0)