fix: Aggregate dictionary content within respective component task list
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-18 16:05:54 +02:00
parent 8005b172a5
commit 36c30ca646
2 changed files with 23 additions and 25 deletions

View File

@ -193,30 +193,7 @@ components:
configInline: |
{
"appliance": { "version": "{{ appliance.version }}" },
"components": [
{ "id": 0,
"name": "cluster-api",
"type": "manifest",
"versions": {
"management": {
"base": "{{ components.clusterapi.management.version.base }}",
"cert_manager": "{{ components.clusterapi.management.version.cert_manager }}",
"infrastructure_vsphere": "{{ components.clusterapi.management.version.infrastructure_vsphere }}",
"ipam_incluster": "{{ components.clusterapi.management.version.ipam_incluster }}",
"cpi_vsphere": "{{ components.clusterapi.management.version.cpi_vsphere }}"
},
"workload": {
"calico": "{{ components.clusterapi.workload.version.calico }}",
"k8s": "{{ components.clusterapi.workload.version.k8s }}"
}
}
},
{ "id": 1,
"name": "kube-vip",
"type": "manifest",
"version": "{{ components.kubevip.version }}"
}
],
"components": [],
"healthz": { "status": "running" }
}
sidecar: