Mapkubeapis is a Helm v3 plugin which updates in-place Helm
release metadata that contains deprecated or removed Kubernetes
APIs to a new instance with supported Kubernetes APIs, or entirely
removes references to resources that use APIs that were removed
and do not have a successor.
It was needed when helmv2 was migrated to helmv3, but is now no
longer used.
Test plan:
PASS: build-pkgs -c -p helm
PASS: build-pkgs --clean --all
PASS: Build new image
PASS: full AIO-SX deployment
PASS: No references to the mapkubeapis plugin were found anymore
PASS: Upload, apply, remove and delete nginx-ingress-controller
PASS: Upload, apply, remove and delete platform-integ-apps
PASS: Upload, apply, remove and delete metrics-server
Story: 2011129
Task: 50214
Change-Id: I23a970a2c17b35ebe8c8aa915c8cd0246c598d5c
Signed-off-by: David Bastos <david.barbosabastos@windriver.com>