Skip to content

Commit

Permalink
add node exporter, kube state metrics and thanos
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
  • Loading branch information
coleenquadros committed Jul 22, 2024
1 parent 28661ff commit 8eb6b6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-acm-kube-state-metrics.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: kube-state-metrics merger
name: ACM kube-state-metrics merger

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-acm-node-exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node exporter merger
name: ACM Node exporter merger

on:
workflow_dispatch:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/merge-acm-thanos.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Thanos merger
name: ACM Thanos merger

on:
workflow_dispatch:
Expand All @@ -17,8 +17,8 @@ jobs:
uses: ./.github/workflows/merge-acm-flow.yaml
with:
upstream: thanos-io/thanos
downstream: openshift/thanos
sandbox: rhobs/thanos
downstream: stolostron/thanos
sandbox: rhobs/acm-thanos
go-version: "1.22"
restore-downstream: >-
OWNERS
Expand Down

0 comments on commit 8eb6b6d

Please sign in to comment.