diff --git a/packages/system/kairos-agent/build.yaml b/packages/system/kairos-agent/build.yaml index 98dce03..db10ace 100644 --- a/packages/system/kairos-agent/build.yaml +++ b/packages/system/kairos-agent/build.yaml @@ -13,6 +13,7 @@ prelude: - apt-get update && apt-get install -y npm gcc - mkdir /go/src/github.com/${GITHUB_ORG}/ -p - PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && cd /go/src/github.com/${GITHUB_ORG}/ && git clone --branch v${PACKAGE_VERSION} https://github.com/${GITHUB_ORG}/{{ .Values.name }}.git + - cd /go/src/github.com/${GITHUB_ORG}/{{ .Values.name }} && go mod tidy env: - GITHUB_ORG={{ ( index .Values.labels "github.owner" ) }} - HUGO_VERSION=0.113.0 diff --git a/packages/system/kairos-agent/collection.yaml b/packages/system/kairos-agent/collection.yaml index f7c1628..d46116b 100644 --- a/packages/system/kairos-agent/collection.yaml +++ b/packages/system/kairos-agent/collection.yaml @@ -21,3 +21,25 @@ packages: - https://github.com/kairos-io/kairos-agent license: "Apache License v2" description: "Lifecycle agent for kairos" + - name: "kairos-agent" + category: "system" + version: "2.8.14" + labels: + github.repo: "kairos-agent" + autobump.revdeps: "true" + github.owner: "kairos-io" + uri: + - https://github.com/kairos-io/kairos-agent + license: "Apache License v2" + description: "Lifecycle agent for kairos" + - name: "kairos-agent" + category: "fips" + version: "2.8.14" + labels: + github.repo: "kairos-agent" + autobump.revdeps: "true" + github.owner: "kairos-io" + uri: + - https://github.com/kairos-io/kairos-agent + license: "Apache License v2" + description: "Lifecycle agent for kairos"