Skip to content

Commit c87dea0

Browse files
authored
feat(sysbox): update to eks 1.24 (#830)
Signed-off-by: David van der Spek <[email protected]>
1 parent bc12824 commit c87dea0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sysbox/terraform/aws/deps.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: plural.sh/v1alpha1
22
kind: Dependencies
33
metadata:
44
description: sysbox aws setup
5-
version: 0.1.3
5+
version: 0.1.4
66
spec:
77
dependencies:
88
- name: aws-bootstrap
99
repo: bootstrap
1010
type: terraform
11-
version: '>= 0.1.1'
11+
version: '>= 0.1.52'
1212
providers:
13-
- aws
13+
- aws

sysbox/terraform/aws/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ variable "launch_templates" {
6161
default = {
6262
sysbox_s_ondemand_plural = {
6363
launch_template_name = "sysbox-s-ondemand-plural"
64-
ami_filter_name = "plural/sysbox-eks_0.6.2/k8s_1.23/ubuntu-focal-20.04-amd64-server/0.1.1"
64+
ami_filter_name = "plural/sysbox-eks_0.6.2/k8s_1.24/ubuntu-focal-20.04-amd64-server/0.1.1"
6565
ami_owners = ["654897662046"]
6666
create_key_pair = true
6767
block_device_mappings = {

0 commit comments

Comments
 (0)