Skip to content

Commit

Permalink
Use Ubuntu 22.04 for the many-addons test
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Oct 5, 2024
1 parent d05412a commit 44a2c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/templates/many-addons.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ metadata:
kops.k8s.io/cluster: {{$.clusterName}}
spec:
associatePublicIp: true
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20221115.1
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-arm64-server-20240927
machineType: t3.medium
maxSize: 4
minSize: 4
Expand All @@ -113,7 +113,7 @@ metadata:
kops.k8s.io/cluster: {{$.clusterName}}
spec:
associatePublicIp: true
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20221115.1
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-arm64-server-20240927
machineType: c5.large
maxSize: 1
minSize: 1
Expand Down

0 comments on commit 44a2c56

Please sign in to comment.