-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathhelm-operator.yaml
40 lines (34 loc) · 1.06 KB
/
helm-operator.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
package:
name: helm-operator
version: 1.34.0
epoch: 0
description: open source toolkit to manage Kubernetes native applications.
copyright:
- license: Apache-2.0
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- go
pipeline:
- uses: git-checkout
with:
expected-commit: 4e01bcd726aa8b0e092fcd3ab874961e276f3db3
repository: https://github.com/operator-framework/operator-sdk
tag: v${{package.version}}
- uses: go/bump
with:
deps: golang.org/x/[email protected] github.com/docker/[email protected]+incompatible helm.sh/helm/[email protected]
replaces: github.com/google/gnostic=github.com/google/[email protected] k8s.io/kube-openapi=k8s.io/[email protected]
- runs: |
make build/operator-sdk build/helm-operator
mkdir -p "${{targets.destdir}}"/usr/bin/
cp build/helm-operator "${{targets.destdir}}"/usr/bin/
- uses: strip
update:
enabled: true
github:
identifier: operator-framework/operator-sdk
strip-prefix: v