[patch] CP4D 5.3.1 Helm airgapped install support - #2537
Merged
Conversation
…elm charts not case bundle
Co-authored-by: David Parker <parkerda@uk.ibm.com> Co-authored-by: akashbogam <87757632+akashbogam@users.noreply.github.com> Co-authored-by: Andrew Foster <163020579+gbanfo@users.noreply.github.com> Co-authored-by: Andrew Whitfield <whitfiea@uk.ibm.com> Co-authored-by: Jeel-Oza <jeel.hp.87@gmail.com> Co-authored-by: Jeel Oza <Jeel.Oza@ibm.com> Co-authored-by: Pal Vala <valapal2005@gmail.com> Co-authored-by: Pal Valaexit <Pal.Vala@ibm.com> Co-authored-by: karol-czarnecki <112193189+karol-czarnecki@users.noreply.github.com> Co-authored-by: Társis Augusto <64480693+terc1997@users.noreply.github.com> Co-authored-by: yohlema <86248178+yohlema@users.noreply.github.com> Co-authored-by: mnivedithaa <mnivedithaa@gmail.com> Co-authored-by: Nikita Kumble <47314239+nikitakumble@users.noreply.github.com> Co-authored-by: unnati-solanki-git <131964221+unnati-solanki-git@users.noreply.github.com> Co-authored-by: MaxRobak <61717686+MaxRobak@users.noreply.github.com> Co-authored-by: Parveen Kumar <parveenkumar@ibm.com> Co-authored-by: Ian Boden <82514609+IanBoden@users.noreply.github.com> Co-authored-by: Divyesh-Khokhar <divyesh.k@ibm.com> Co-authored-by: Matheus Cardoso de Medeiros <38898699+RexMCM@users.noreply.github.com> Co-authored-by: Matheus Cardoso de Medeiros <Matheus.Cardoso@ibm.com> Co-authored-by: Harsh Tamakuwala <Harsh.Tamakuwala@ibm.com> Co-authored-by: Nivedithaa Mahendran <nivedithaa.mahendran@ibm.com> Co-authored-by: abhirup-choudhury015 <abhirup.choudhury@ibm.com> Co-authored-by: Raj Bhavsar <rajbhavsar909@gmail.com> Co-authored-by: Raj Bhavsar <Raj.Bhavsar@ibm.com> Co-authored-by: leo-miran <105313348+leo-miran@users.noreply.github.com> Co-authored-by: Leonardo Miranda <Leo.Miranda@ibm.com>
durera
requested changes
Aug 18, 2026
durera
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds airgap (mirror) support for Helm charts shipped with Cloud Pak for Data 5.3.1 CASE bundles. This change
ensures those charts are mirrored to/from the target registry as part of the standard
mas mirrorworkflow.Changes
python/src/mas/cli/mirror/config.pyPACKAGE_CONFIGStuples with ahas_HelmChartsboolean flag to identify CPD CASEbundles that also ship Helm charts (
ibm-cp-datacore,ibm-ccs,ibm-datarefinery,ibm-wsl,ibm-wsl-runtimes,ibm-wml-cpd,ibm-redis-cp,ibm-analyticsengine,ibm-cognos-analytics-prod)HELM_ONLY_CHART_CONFIGSfor bundles that have Helm charts but no standalone ISCimage files (
ibm-opencontent-opensearch)ibm-redis-cp(WML dependency) toPACKAGE_CONFIGSpython/src/mas/cli/mirror/app.pymirrorCharts()function supporting all three mirror modes:<rootDir>/charts/<caseName>/<version>/.tgzarchives from disk to target OCI registrygetChartMetadata()to fetch per-CASE chart metadata YAML fromibm-mas/image-set-configsChartMirrorResultdataclass to track per-CASE chart mirror results_helmLogin()helper for OCI registry authenticationcpd_product_version_default >= 5.2.0from the catalogpython/src/mas/cli/mirror/argParser.pytests/integration/utils/mirror_test_helper.pyredis_versionto the test helper mirror configSnippets
m2m mode:

m2d mode:

d2m mode:
