feat: Dynamically fill version endpoint database
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-07-14 13:49:02 +02:00
parent 51c477fb07
commit a245cc3d48
1 changed files with 5 additions and 2 deletions

View File

@ -177,7 +177,7 @@ components:
json-server:
helm:
version: v0.7.3
version: v0.8.0
chart: spamasaurus/json-server
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
chart_values: !unsafe |
@ -194,13 +194,16 @@ components:
{
"appliance": { "version": "{{ appliance.version }}" },
"components": [
{ "app": "cluster-api",
{ "id": 0,
"name": "cluster-api",
"management": { "foo": "bar" },
"workload": { "foo": "bar" }
}
],
"healthz": { "status": "running" }
}
sidecar:
targetUrl: version.{{ vapp['metacluster.fqdn'] }}
kube-prometheus-stack:
helm: