mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+fluxcd.io/flux2 -- Open and extensible continuous delivery solution for Kubernetes
This commit is contained in:
parent
49eb02b291
commit
59c5d75d83
29
projects/fluxcd.io/flux2/package.yml
Normal file
29
projects/fluxcd.io/flux2/package.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
# https://fluxcd.io/
|
||||
|
||||
distributable:
|
||||
url: git+https://github.com/fluxcd/flux2
|
||||
ref: v{{version}}
|
||||
|
||||
versions:
|
||||
github: fluxcd/flux2
|
||||
strip: /^v/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
go.dev: ^1.20
|
||||
kubernetes.io/kustomize: ^5
|
||||
gnu.org/make: "*"
|
||||
git-scm.org: "*"
|
||||
script: |
|
||||
make build VERSION={{version}}
|
||||
mkdir -p "{{ prefix }}"/bin
|
||||
mv bin/flux "{{ prefix }}"/bin
|
||||
|
||||
provides:
|
||||
- bin/flux
|
||||
|
||||
test:
|
||||
script: |
|
||||
test "$(flux --version)" = "flux version {{version}}"
|
||||
flux install --export > flux-system.yml
|
||||
test -f flux-system.yml
|
Loading…
Reference in a new issue