Remove MAKEKUBEAPI package
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>
This commit is contained in:
parent
13db33e7ba
commit
e24e2005d5
@ -2,5 +2,3 @@ etc/sudoers.d/helm
|
|||||||
usr/sbin/helm
|
usr/sbin/helm
|
||||||
usr/local/sbin/helm-upload
|
usr/local/sbin/helm-upload
|
||||||
usr/local/share/helm
|
usr/local/share/helm
|
||||||
usr/local/share/helm/plugins
|
|
||||||
usr/local/share/helm/plugins/mapkubeapis
|
|
||||||
|
@ -10,16 +10,12 @@ export HELM_VERSION = 3.14.4
|
|||||||
export HELM_EXECUTABLE = linux-amd64/helm
|
export HELM_EXECUTABLE = linux-amd64/helm
|
||||||
export HELM_PKG = helm-v$(HELM_VERSION)-linux-amd64.tar.gz
|
export HELM_PKG = helm-v$(HELM_VERSION)-linux-amd64.tar.gz
|
||||||
|
|
||||||
export HELM_MAPKUBEAPIS_VERSION = 0.4.1
|
|
||||||
export HELM_MAPKUBEAPIS_PKG = helm-mapkubeapis_$(HELM_MAPKUBEAPIS_VERSION)_linux_amd64.tar.gz
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
# Extract the third party helm package downloaded in dl_hook.
|
# Extract the third party helm package downloaded in dl_hook.
|
||||||
tar xfz $(HELM_PKG)
|
tar xfz $(HELM_PKG)
|
||||||
tar xfz $(HELM_MAPKUBEAPIS_PKG)
|
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
install -d -m 755 $(SBINDIR)
|
install -d -m 755 $(SBINDIR)
|
||||||
@ -29,10 +25,6 @@ override_dh_auto_install:
|
|||||||
install -d -m 755 $(SUDOERDIR)
|
install -d -m 755 $(SUDOERDIR)
|
||||||
install -p -D -m 440 helm.sudo $(SUDOERDIR)/helm
|
install -p -D -m 440 helm.sudo $(SUDOERDIR)/helm
|
||||||
install -d -m 755 $(ROOT)/usr/local/share/helm
|
install -d -m 755 $(ROOT)/usr/local/share/helm
|
||||||
install -d -m 755 $(ROOT)/usr/local/share/helm/plugins
|
|
||||||
cp -R mapkubeapis $(ROOT)/usr/local/share/helm/plugins/
|
|
||||||
install -d -m 755 $(ROOT)/usr/local/share/helm/plugins/mapkubeapis/bin
|
|
||||||
mv $(ROOT)/usr/local/share/helm/plugins/mapkubeapis/mapkubeapis $(ROOT)/usr/local/share/helm/plugins/mapkubeapis/bin/
|
|
||||||
|
|
||||||
override_dh_usrlocal:
|
override_dh_usrlocal:
|
||||||
# Do Nothing
|
# Do Nothing
|
||||||
|
@ -7,10 +7,6 @@ dl_files:
|
|||||||
topdir: linux-amd64
|
topdir: linux-amd64
|
||||||
url: https://get.helm.sh/helm-v3.14.4-linux-amd64.tar.gz
|
url: https://get.helm.sh/helm-v3.14.4-linux-amd64.tar.gz
|
||||||
sha256sum: a5844ef2c38ef6ddf3b5a8f7d91e7e0e8ebc39a38bb3fc8013d629c1ef29c259
|
sha256sum: a5844ef2c38ef6ddf3b5a8f7d91e7e0e8ebc39a38bb3fc8013d629c1ef29c259
|
||||||
helm-mapkubeapis_0.4.1_linux_amd64.tar.gz:
|
|
||||||
topdir: mapkubeapis
|
|
||||||
url: https://github.com/helm/helm-mapkubeapis/releases/download/v0.4.1/helm-mapkubeapis_0.4.1_linux_amd64.tar.gz
|
|
||||||
sha256sum: e90a22c4acee76774589042f6a5901e136ee33c10630790d6cff37d169905a78
|
|
||||||
|
|
||||||
revision:
|
revision:
|
||||||
dist: $STX_DIST
|
dist: $STX_DIST
|
||||||
|
Loading…
Reference in New Issue
Block a user