Skip to content

Commit

Permalink
fix: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed May 31, 2024
1 parent fe22767 commit eedd43e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 4 additions & 1 deletion edge/vmware/packer/build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}"
Expand Down

0 comments on commit eedd43e

Please sign in to comment.