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