-
Notifications
You must be signed in to change notification settings - Fork 289
/
Copy pathk8sgpt.yaml
43 lines (37 loc) · 932 Bytes
/
k8sgpt.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
41
42
43
package:
name: k8sgpt
version: 0.3.29
epoch: 0
description: Giving Kubernetes Superpowers to everyone
copyright:
- license: Apache-2.0
dependencies:
runtime:
- ca-certificates-bundle
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- git
- go
pipeline:
- uses: git-checkout
with:
repository: https://github.com/k8sgpt-ai/k8sgpt
tag: v${{package.version}}
expected-commit: 5db4bc28a7c3cc485865b17633e96f497c760f87
- uses: go/bump
with:
deps: github.com/mittwald/[email protected] helm.sh/helm/[email protected] google.golang.org/[email protected] github.com/docker/[email protected]
- runs: |
make tidy
make build
install -Dm755 ./bin/k8sgpt "${{targets.destdir}}/usr/bin/k8sgpt"
- uses: strip
update:
enabled: true
github:
identifier: k8sgpt-ai/k8sgpt
strip-prefix: v