Skip to content

Commit

Permalink
Fix webui for agent (#843)
Browse files Browse the repository at this point in the history
Co-authored-by: Mauro Morales <[email protected]>
  • Loading branch information
Itxaka and mauromorales authored May 7, 2024
1 parent 9b3319e commit 345f526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
4 changes: 2 additions & 2 deletions packages/system/kairos-agent/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}/ && \
Expand Down
17 changes: 2 additions & 15 deletions packages/system/kairos-agent/collection.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand All @@ -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"

0 comments on commit 345f526

Please sign in to comment.