chore: promote node GitOps source 1b026d0

This commit is contained in:
HWLAB node GitOps Bot
2026-06-09 03:03:11 +00:00
parent 387846c810
commit cee4c1e669
12 changed files with 154 additions and 221 deletions
+5 -6
View File
@@ -5,12 +5,12 @@
"profile": "v03",
"namespace": "hwlab-v03",
"endpoint": "https://hwlab-v03.74-48-78-17.nip.io",
"commitId": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"commitId": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"artifactState": "published",
"publish": {
"ciPublished": true,
"registryVerified": true,
"provenance": "node-ci-artifact:hwlab-v03-ci-poll-f3a8615bd5af-collect",
"provenance": "node-ci-artifact:hwlab-v03-ci-poll-1b026d01c4d6-collect",
"note": "Digest fields were copied from a successful DEV artifact publish report for this source commit."
},
"healthContract": {
@@ -55,7 +55,7 @@
"runtimeMode": "env-reuse-git-mirror-checkout",
"envReuse": true,
"envChanged": false,
"codeChanged": true,
"codeChanged": false,
"environmentImage": "127.0.0.1:5000/hwlab/hwlab-cloud-api-env:env-cc508eb657a4",
"environmentDigest": "sha256:36005f0676a3aa36b27d20b931a515072a7448a42d39f0160faea1c2a82ddc36",
"environmentInputHash": "cc508eb657a455c738b9f2477b1d669af6163fa4863b400e371716b9f3ee39af",
@@ -82,10 +82,9 @@
"baseImageReference": "127.0.0.1:5000/hwlab/hwlab-node20-base:20-bookworm-slim",
"baseImageDigest": null,
"buildArgsHash": "445d32282d642d5089290ffe5f621ccea3206cf1d9f11b24091f82a4434cbcd5",
"ciAffected": true,
"ciAffected": false,
"ciReason": [
"code-input-changed",
"component-path-changed"
"component-inputs-unchanged"
],
"reuse": {
"status": "ready",
@@ -14,7 +14,7 @@
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/service-id": "hwlab-deepseek-proxy",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/monitoring": "enabled"
}
},
@@ -34,7 +34,7 @@
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/service-id": "hwlab-deepseek-proxy",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/monitoring": "enabled"
},
"annotations": {
@@ -376,7 +376,7 @@
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/service-id": "hwlab-deepseek-proxy",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/monitoring": "enabled"
}
},
@@ -0,0 +1,112 @@
{
"apiVersion": "v1",
"kind": "List",
"items": [
{
"apiVersion": "v1",
"kind": "Service",
"metadata": {
"name": "g14-platform-postgres",
"namespace": "hwlab-v03",
"labels": {
"app.kubernetes.io/name": "g14-platform-postgres",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/component": "platform-db-bridge",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs"
}
},
"spec": {
"type": "ClusterIP",
"ports": [
{
"name": "postgres",
"port": 5432,
"targetPort": 5432,
"protocol": "TCP"
}
]
}
},
{
"apiVersion": "v1",
"kind": "Endpoints",
"metadata": {
"name": "g14-platform-postgres",
"namespace": "hwlab-v03",
"labels": {
"app.kubernetes.io/name": "g14-platform-postgres",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/component": "platform-db-bridge",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs"
}
},
"subsets": [
{
"addresses": [
{
"ip": "10.42.0.1"
}
],
"ports": [
{
"name": "postgres",
"port": 5432,
"protocol": "TCP"
}
]
}
]
},
{
"apiVersion": "discovery.k8s.io/v1",
"kind": "EndpointSlice",
"metadata": {
"name": "g14-platform-postgres-host",
"namespace": "hwlab-v03",
"labels": {
"app.kubernetes.io/name": "g14-platform-postgres",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/component": "platform-db-bridge",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"kubernetes.io/service-name": "g14-platform-postgres"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs"
}
},
"addressType": "IPv4",
"ports": [
{
"name": "postgres",
"port": 5432,
"protocol": "TCP"
}
],
"endpoints": [
{
"addresses": [
"10.42.0.1"
],
"conditions": {
"ready": true
}
}
]
}
]
}
@@ -8,7 +8,7 @@
"app.kubernetes.io/name": "hwlab-v03-health-contract",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/environment": "v03"
},
"annotations": {
@@ -8,7 +8,7 @@
"health-contract.yaml",
"workloads.yaml",
"deepseek-proxy.yaml",
"postgres.yaml",
"external-postgres.yaml",
"openfga.yaml",
"observability.yaml",
"node-frpc.yaml"
@@ -7,7 +7,7 @@
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/environment": "v03"
},
"annotations": {
@@ -14,7 +14,7 @@
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126"
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
}
},
"data": {
@@ -33,7 +33,7 @@
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126"
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
}
},
"spec": {
@@ -10,7 +10,7 @@
"namespace": "hwlab-v03",
"labels": {
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"app.kubernetes.io/part-of": "hwlab",
@@ -32,7 +32,7 @@
"namespace": "hwlab-v03",
"labels": {
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"app.kubernetes.io/part-of": "hwlab",
@@ -78,7 +78,7 @@
"namespace": "hwlab-v03",
"labels": {
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"app.kubernetes.io/part-of": "hwlab",
@@ -124,7 +124,7 @@
"namespace": "hwlab-v03",
"labels": {
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"app.kubernetes.io/part-of": "hwlab",
@@ -170,7 +170,7 @@
"namespace": "hwlab-v03",
"labels": {
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"app.kubernetes.io/part-of": "hwlab",
@@ -216,7 +216,7 @@
"namespace": "hwlab-v03",
"labels": {
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"app.kubernetes.io/part-of": "hwlab",
@@ -262,7 +262,7 @@
"namespace": "hwlab-v03",
"labels": {
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"app.kubernetes.io/part-of": "hwlab",
+5 -5
View File
@@ -16,7 +16,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-openfga",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126"
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs",
@@ -37,7 +37,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-openfga",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126"
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs"
@@ -113,7 +113,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-openfga",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126"
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs",
@@ -137,7 +137,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-openfga",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126"
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs"
@@ -248,7 +248,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-openfga",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126"
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs",
File diff suppressed because one or more lines are too long
+5 -5
View File
@@ -12,7 +12,7 @@
"app.kubernetes.io/name": "hwlab-cloud-api",
"hwlab.pikastech.local/service-id": "hwlab-cloud-api",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/monitoring": "enabled"
@@ -50,7 +50,7 @@
"app.kubernetes.io/name": "hwlab-cloud-web",
"hwlab.pikastech.local/service-id": "hwlab-cloud-web",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/monitoring": "enabled"
@@ -89,7 +89,7 @@
"hwlab.pikastech.local/service-id": "hwlab-gateway",
"hwlab.pikastech.local/activation": "manual",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03"
},
@@ -121,7 +121,7 @@
"app.kubernetes.io/name": "hwlab-agent-skills",
"hwlab.pikastech.local/service-id": "hwlab-agent-skills",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/monitoring": "enabled"
@@ -159,7 +159,7 @@
"app.kubernetes.io/name": "hwlab-edge-proxy",
"hwlab.pikastech.local/service-id": "hwlab-edge-proxy",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/monitoring": "enabled"
+12 -12
View File
@@ -13,14 +13,14 @@
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"unidesk.ai/node-staging": "false"
},
"name": "hwlab-user-skills",
"namespace": "hwlab-v03",
"annotations": {
"hwlab.pikastech.local/gitops-note": "node DEV GitOps target.",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126"
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
}
},
"spec": {
@@ -47,13 +47,13 @@
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"unidesk.ai/node-staging": "false",
"hwlab.pikastech.local/monitoring": "enabled"
},
"annotations": {
"hwlab.pikastech.local/gitops-note": "node DEV GitOps target.",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126"
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
}
},
"spec": {
@@ -822,13 +822,13 @@
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"unidesk.ai/node-staging": "false",
"hwlab.pikastech.local/monitoring": "enabled"
},
"annotations": {
"hwlab.pikastech.local/gitops-note": "node DEV GitOps target.",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126"
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
}
},
"spec": {
@@ -1072,12 +1072,12 @@
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"unidesk.ai/node-staging": "false"
},
"annotations": {
"hwlab.pikastech.local/gitops-note": "node DEV GitOps target.",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126"
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
}
},
"spec": {
@@ -1238,13 +1238,13 @@
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"unidesk.ai/node-staging": "false",
"hwlab.pikastech.local/monitoring": "enabled"
},
"annotations": {
"hwlab.pikastech.local/gitops-note": "node DEV GitOps target.",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126"
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
}
},
"spec": {
@@ -1491,13 +1491,13 @@
"hwlab.pikastech.local/environment": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126",
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307",
"unidesk.ai/node-staging": "false",
"hwlab.pikastech.local/monitoring": "enabled"
},
"annotations": {
"hwlab.pikastech.local/gitops-note": "node DEV GitOps target.",
"hwlab.pikastech.local/source-commit": "f3a8615bd5af9b20ae6b0aa7c83b5f6a2942c126"
"hwlab.pikastech.local/source-commit": "1b026d01c4d69dab8b8b08f92cac8450d5e96307"
}
},
"spec": {