From 345f526d71416e38f7f8f6abe8c533e714eaeab3 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Tue, 7 May 2024 12:37:09 +0000 Subject: [PATCH] Fix webui for agent (#843) Co-authored-by: Mauro Morales --- packages/system/kairos-agent/build.yaml | 4 ++-- packages/system/kairos-agent/collection.yaml | 17 ++--------------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/packages/system/kairos-agent/build.yaml b/packages/system/kairos-agent/build.yaml index 932d979ef..98dce03e5 100644 --- a/packages/system/kairos-agent/build.yaml +++ b/packages/system/kairos-agent/build.yaml @@ -23,9 +23,9 @@ env: {{else}} - CGO_ENABLED=0 {{end}} -# Deps for webui - - cd /go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/internal/webui/public && npm install steps: + # Deps for webui + - cd /go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/internal/webui/public && npm install - | PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \ cd /go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/ && \ diff --git a/packages/system/kairos-agent/collection.yaml b/packages/system/kairos-agent/collection.yaml index 42fdfe23c..093fdc99a 100644 --- a/packages/system/kairos-agent/collection.yaml +++ b/packages/system/kairos-agent/collection.yaml @@ -1,7 +1,7 @@ packages: - name: "kairos-agent" category: "system" - version: "2.10.2" + version: "2.10.3" labels: github.repo: "kairos-agent" autobump.revdeps: "true" @@ -12,7 +12,7 @@ packages: description: "Lifecycle agent for kairos" - name: "kairos-agent" category: "fips" - version: "2.10.2" + version: "2.10.3" labels: github.repo: "kairos-agent" autobump.revdeps: "true" @@ -21,16 +21,3 @@ packages: - https://github.com/kairos-io/kairos-agent license: "Apache License v2" description: "Lifecycle agent for kairos" -# doesnt build so disable for now -#- name: "kairos-agent" -# category: "fips-static" -# ldflags: "-linkmode external -extldflags -static" -# version: "2.4.0" -# 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"