Skip to content

Commit

Permalink
Bump dependencies in AMI
Browse files Browse the repository at this point in the history
  • Loading branch information
mjasion committed May 23, 2024
1 parent cd701ae commit 2d09dc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_virtualbox_builder_ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run:
working-directory: packer
steps:
- uses: actions/checkout@v3
- uses: aws-actions/configure-aws-credentials@v2
- uses: actions/checkout@v4
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-west-1
role-to-assume: arn:aws:iam::260760892802:role/studio-selfhosted-packer
Expand All @@ -32,7 +32,7 @@ jobs:
uses: hashicorp/setup-packer@main
id: setup
with:
version: "1.8.6"
version: "1.10.3"

- name: Run `packer init`
id: init
Expand Down
2 changes: 1 addition & 1 deletion packer/setup_root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
export DEBIAN_FRONTEND=noninteractive

# Install K3s - script uploaded with packer
export K3S_VERSION="v1.25.7+k3s1"
export K3S_VERSION="v1.29.4+k3s1"
export K3S_KUBECONFIG_MODE="644"
export INSTALL_K3S_VERSION="$K3S_VERSION"
export INSTALL_K3S_SKIP_START="true"
Expand Down
4 changes: 2 additions & 2 deletions packer/studio_ami.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
packer {
required_plugins {
amazon = {
version = ">= 1.0.0"
version = ">= 1.3.2"
source = "github.com/hashicorp/amazon"
}
}
Expand All @@ -10,7 +10,7 @@ packer {
variables {
image_name = "studio-selfhosted-{{isotime `2006-01-02`}}"
image_description = "Iterative Studio Selfhosted - {{isotime `2006-01-02`}}"
aws_build_region = "us-west-1"
aws_build_region = "us-east-1"
aws_build_instance = "c6a.large"
aws_build_ubuntu_image = "*ubuntu-*-22.04-amd64-server-*"
skip_create_ami = true
Expand Down

0 comments on commit 2d09dc4

Please sign in to comment.