mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+pluto -- A cli tool to help discover deprecated apiVersions in Kubernetes
This commit is contained in:
parent
f5daed5f60
commit
6f80fa8dfc
1 changed files with 26 additions and 0 deletions
26
projects/fairwinds.com/pluto/package.yml
Normal file
26
projects/fairwinds.com/pluto/package.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
# https://pluto.docs.fairwinds.com/
|
||||
|
||||
distributable:
|
||||
url: git+https://github.com/FairwindsOps/pluto
|
||||
ref: v{{version}}
|
||||
|
||||
versions:
|
||||
github: FairwindsOps/pluto
|
||||
strip: /^v/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
go.dev: ^1.21
|
||||
gnu.org/make: "*"
|
||||
git-scm.org: "*"
|
||||
script: |
|
||||
make build VERSION=v{{version}}
|
||||
mkdir -p "{{ prefix }}"/bin
|
||||
mv pluto "{{ prefix }}"/bin
|
||||
|
||||
provides:
|
||||
- bin/pluto
|
||||
|
||||
test:
|
||||
script: |
|
||||
pluto version | grep "Version:v{{version}}"
|
Loading…
Reference in a new issue