mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-04 07:54:35 +00:00
Fix webui for agent (#843)
Co-authored-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
@@ -23,9 +23,9 @@ env:
|
|||||||
{{else}}
|
{{else}}
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
{{end}}
|
{{end}}
|
||||||
# Deps for webui
|
|
||||||
- cd /go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/internal/webui/public && npm install
|
|
||||||
steps:
|
steps:
|
||||||
|
# Deps for webui
|
||||||
|
- cd /go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/internal/webui/public && npm install
|
||||||
- |
|
- |
|
||||||
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
|
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
|
||||||
cd /go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/ && \
|
cd /go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/ && \
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
packages:
|
packages:
|
||||||
- name: "kairos-agent"
|
- name: "kairos-agent"
|
||||||
category: "system"
|
category: "system"
|
||||||
version: "2.10.2"
|
version: "2.10.3"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "kairos-agent"
|
github.repo: "kairos-agent"
|
||||||
autobump.revdeps: "true"
|
autobump.revdeps: "true"
|
||||||
@@ -12,7 +12,7 @@ packages:
|
|||||||
description: "Lifecycle agent for kairos"
|
description: "Lifecycle agent for kairos"
|
||||||
- name: "kairos-agent"
|
- name: "kairos-agent"
|
||||||
category: "fips"
|
category: "fips"
|
||||||
version: "2.10.2"
|
version: "2.10.3"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "kairos-agent"
|
github.repo: "kairos-agent"
|
||||||
autobump.revdeps: "true"
|
autobump.revdeps: "true"
|
||||||
@@ -21,16 +21,3 @@ packages:
|
|||||||
- https://github.com/kairos-io/kairos-agent
|
- https://github.com/kairos-io/kairos-agent
|
||||||
license: "Apache License v2"
|
license: "Apache License v2"
|
||||||
description: "Lifecycle agent for kairos"
|
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"
|
|
||||||
|
Reference in New Issue
Block a user