Skip to content

Commit

Permalink
Merge pull request #572 from wking/new-rhcos-ami-name
Browse files Browse the repository at this point in the history
pkg/rhcos/ami: Update name filter to "redhat-coreos-*"
  • Loading branch information
openshift-merge-robot committed Oct 31, 2018
2 parents 867ab71 + 8c0d7b6 commit fa4c243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rhcos/ami.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func AMI(ctx context.Context, channel, region string) (ami string, err error) {
Filters: []*ec2.Filter{
{
Name: aws.String("name"),
Values: aws.StringSlice([]string{"rhcos*"}),
Values: aws.StringSlice([]string{"redhat-coreos-*"}),
},
{
Name: aws.String("architecture"),
Expand Down

0 comments on commit fa4c243

Please sign in to comment.