Skip to content

Commit

Permalink
Merge pull request #558 from mrWinston/OSD-22777-fix-jumphost-creation
Browse files Browse the repository at this point in the history
[OSD-22777]Update ami lookup filter for jumphost creation
  • Loading branch information
openshift-merge-bot[bot] authored Apr 30, 2024
2 parents 0405563 + 52ee842 commit 41871a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/jumphost/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,6 @@ func (j *jumphostConfig) findLatestJumphostAMI(ctx context.Context) (string, err
Name: aws.String("block-device-mapping.volume-type"),
Values: []string{string(types.VolumeTypeGp3)},
},
{
Name: aws.String("creation-date"),
Values: []string{"2023-*"},
},
{
Name: aws.String("description"),
Values: []string{"Amazon Linux 2023 AMI*"},
Expand Down

0 comments on commit 41871a0

Please sign in to comment.