We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2cc835 + e73f54d commit a6a619eCopy full SHA for a6a619e
grafana-operator.yaml
@@ -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
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