Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions newrelic-prometheus-configurator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
package:
name: newrelic-prometheus-configurator
version: 1.4.0
epoch: 0
description: New Relic Prometheus Configurator
target-architecture:
- all
copyright:
- license: Apache-2.0

environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- build-base
- go
- git

pipeline:
- uses: git-checkout
with:
repository: https://github.com/newrelic/newrelic-prometheus-configurator
tag: v${{package.version}}
expected-commit: df4034f801f4f254243a38b110cb1b0af6b0aca5

- runs: |
GOOS=$(go env GOOS)
GOARCH=$(go env GOARCH)
make GOOS=${GOOS} GOARCH=${GOARCH} build
install -Dm755 ./bin/prometheus-configurator-${GOOS}-${GOARCH} "${{targets.destdir}}"/usr/bin/prometheus-configurator

update:
enabled: true
github:
identifier: newrelic/newrelic-prometheus-configurator
strip-prefix: v
use-tag: true
tag-filter: v
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ kubeflow-jupyter-web-app
kaniko
flux-image-automation-controller
openai
newrelic-prometheus-configurator
prometheus-nats-exporter
docker-credential-gcr
kyverno