8a3a585f8c
ci/woodpecker/push/deploy-fedora43 Pipeline was successful
ci/woodpecker/push/deploy-fedora44 Pipeline was successful
ci/woodpecker/push/deploy-fedora42 Pipeline was successful
ci/woodpecker/push/deploy-almalinux8 Pipeline was successful
ci/woodpecker/push/deploy-almalinux9 Pipeline was successful
Reviewed-on: #164
23 lines
671 B
YAML
23 lines
671 B
YAML
name: helmfile
|
|
github: helmfile/helmfile
|
|
description: A declarative spec for deploying Helm charts. It lets you keep a directory
|
|
of chart value files and maintain changes in version control; apply CI/CD to configuration
|
|
changes; and periodically sync to avoid skew in environments.
|
|
arch: amd64
|
|
platform: linux
|
|
maintainer: Helmfile Contributors
|
|
homepage: https://github.com/helmfile/helmfile
|
|
license: MIT
|
|
dist_tag: true
|
|
builds:
|
|
- repository:
|
|
- almalinux/el8
|
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
|
release: 1
|
|
version: 1.4.4
|
|
- repository:
|
|
- almalinux/el9
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
release: 1
|
|
version: 1.4.4
|