Is it possible instead to use the ./AIOpsManagement.sh skript perform completely product installation with helm only? It is the requirements from the end-customer cluster admins.
From our understanding we can try
1) with "./AIOpsManagement.sh --install --dry-run" create helm charts
2) possible check these via dxi_helm.bash <dir> template
3) use cd <dir>; helm install ./*.tgz -f 00_*.yaml
If this is possible, could you provide the correct installation order in case this is obligated?
The dxi-installer only runs helm to install the individual helm charts automatically. If cluster admin is not an option, then dxi-installer should be run as namespace admin.
AIOpsManagement.sh is required to install or upgrade the product.
After installation, updates can be performed to the objects via the dxi_helm.bash script, though.