Skip to content

Commit

Permalink
update ironbank image product name (#32867) (#32882)
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

(cherry picked from commit 9242717)

Co-authored-by: Julien Mailleret <[email protected]>
  • Loading branch information
mergify[bot] and jmlrt authored Aug 26, 2022
1 parent b9ff75c commit 1dfa477
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 @@ -34,7 +34,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 @@ -34,7 +34,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 @@ -34,7 +34,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 @@ -34,7 +34,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 1dfa477

Please sign in to comment.