Fix webui for agent (#843)

Co-authored-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
Itxaka
2024-05-07 12:37:09 +00:00
committed by GitHub
parent 9b3319ebd0
commit 345f526d71
2 changed files with 4 additions and 17 deletions

View File

@@ -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 }}/ && \

View File

@@ -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"