Skip to content

Commit a6a619e

Browse files
authored
Merge pull request wolfi-dev#8962 from Dentrax/grafana-operator
Add grafana-operator
2 parents d2cc835 + e73f54d commit a6a619e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

grafana-operator.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
package:
2+
name: grafana-operator
3+
version: 5.5.0
4+
epoch: 0
5+
description: An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
6+
copyright:
7+
- license: Apache-2.0
8+
9+
pipeline:
10+
- uses: git-checkout
11+
with:
12+
repository: https://github.com/grafana-operator/grafana-operator
13+
tag: v${{package.version}}
14+
expected-commit: 7d469e2b733f00d687cd91cbaaecfb024f9c017c
15+
16+
- uses: go/build
17+
with:
18+
modroot: .
19+
packages: .
20+
output: grafana-operator
21+
22+
- uses: strip
23+
24+
update:
25+
enabled: true
26+
github:
27+
identifier: grafana-operator/grafana-operator
28+
strip-prefix: v

0 commit comments

Comments
 (0)