From eedd43e31f4212e8c1127b90783790e5844ef839 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Fri, 31 May 2024 13:53:33 -0700 Subject: [PATCH] fix: updated dependencies --- .github/workflows/test.yaml | 10 +++++----- edge/vmware/packer/build.pkr.hcl | 5 ++++- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 034cbc0..373f8cf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,12 +7,12 @@ on: env: GITHUB_TOKEN: ${{ github.token }} PALETTE_VERSION: 4.0.2 - PALETTE_CLI_VERSION: 4.2.2 - PALETTE_EDGE_VERSION: 4.2.3 - PACKER_VERSION: 1.9.4 + PALETTE_CLI_VERSION: 4.3.7 + PALETTE_EDGE_VERSION: 4.3.2 + PACKER_VERSION: 1.11.0 ORAS_VERSION: 1.0.0 - TERRAFORM_VERSION: 1.7.0 - PALETTE_REGISTRY_CLI_VERSION: 4.2.0 + TERRAFORM_VERSION: 1.8.4 + PALETTE_REGISTRY_CLI_VERSION: 4.3.0 concurrency: group: docker-${{ github.ref }} diff --git a/edge/vmware/packer/build.pkr.hcl b/edge/vmware/packer/build.pkr.hcl index 96141cc..ed4c8c3 100644 --- a/edge/vmware/packer/build.pkr.hcl +++ b/edge/vmware/packer/build.pkr.hcl @@ -200,6 +200,9 @@ source "vsphere-iso" "edge-template" { RAM_hot_plug = false cdrom_type = var.vm_cdrom_type disk_controller_type = var.vm_disk_controller_type + remote_cache_cleanup = true + local_cache_overwrite = true + remote_cache_overwrite = true storage { disk_size = var.vm_disk_size @@ -212,7 +215,7 @@ source "vsphere-iso" "edge-template" { network_card = var.vm_network_card } disable_shutdown = true - shutdown_timeout = "10m" + shutdown_timeout = "20m" communicator = "none" iso_url = "${path.cwd}/${var.iso}" iso_checksum = "file:file://${path.cwd}/${var.iso_checksum}"