mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-11 00:05:27 -05:00
update aws image
This commit is contained in:
parent
604ed96160
commit
f74d7e22eb
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ func Default() *Config {
|
||||||
AutoscalingNodeGroupsMax: intPtr(10),
|
AutoscalingNodeGroupsMax: intPtr(10),
|
||||||
Provider: &ProviderConfig{
|
Provider: &ProviderConfig{
|
||||||
EC2: &EC2Config{
|
EC2: &EC2Config{
|
||||||
Image: proto.String("ami-0a65281ea1fb605d3"),
|
Image: proto.String("ami-07d3864beb84157d3"),
|
||||||
Tags: &[]ec2.Tag{
|
Tags: &[]ec2.Tag{
|
||||||
{
|
{
|
||||||
Key: "responsible",
|
Key: "responsible",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue