feat: Dynamically fill version endpoint database
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
51c477fb07
commit
a245cc3d48
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user