Skip to content

Commit

Permalink
update ironbank image product name (#32867)
Browse files Browse the repository at this point in the history
This is required to automate the creation of the ironbank merge requests as the
ubireleaser is using this field to compute the beats artifact urls.

For example it is now trying to retrieve https://artifacts.elastic.co/downloads/beats/filebeat-8.4.0-linux-x86_64.tar.gz instead of https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.4.0-linux-x86_64.tar.gz
  • Loading branch information
jmlrt authored Aug 26, 2022
1 parent a659f8b commit 9242717
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ labels:
## This value can be "opensource" or "commercial"
mil.dso.ironbank.image.type: "commercial"
## Product the image belongs to for grouping multiple images
mil.dso.ironbank.product.name: "beats"
mil.dso.ironbank.product.name: "auditbeat"

# List of resources to make available to the offline build context
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ labels:
## This value can be "opensource" or "commercial"
mil.dso.ironbank.image.type: "commercial"
## Product the image belongs to for grouping multiple images
mil.dso.ironbank.product.name: "beats"
mil.dso.ironbank.product.name: "filebeat"

# List of resources to make available to the offline build context
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ labels:
## This value can be "opensource" or "commercial"
mil.dso.ironbank.image.type: "commercial"
## Product the image belongs to for grouping multiple images
mil.dso.ironbank.product.name: "beats"
mil.dso.ironbank.product.name: "metricbeat"

# List of resources to make available to the offline build context
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ labels:
## This value can be "opensource" or "commercial"
mil.dso.ironbank.image.type: "commercial"
## Product the image belongs to for grouping multiple images
mil.dso.ironbank.product.name: "beats"
mil.dso.ironbank.product.name: "packetbeat"

# List of resources to make available to the offline build context
resources:
Expand Down

0 comments on commit 9242717

Please sign in to comment.