Add v1.10 patch 1 script and image manifest#17
Open
bluzarraga wants to merge 4 commits into
Open
Conversation
Signed-off-by: Ben Luzarraga <luzarragaben@gmail.com>
Signed-off-by: Ben Luzarraga <luzarragaben@gmail.com>
Signed-off-by: Ben Luzarraga <luzarragaben@gmail.com>
Signed-off-by: Ben Luzarraga <luzarragaben@gmail.com>
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
This pull request adds a patch script and configuration for version 1.10 patch 1. The patch includes an automation script for mirroring container images to a private registry and synchronizing ArgoCD applications, along with a manifest file for specifying which images need to be mirrored.
Files Changed
📄
scripts/patches/v110-patch1/apply-v110-patch1.shBash script that automates the application of v1.10 patch 1. The script validates input parameters (install folder and manifest file), extracts registry credentials from existing configuration files, mirrors container images using oc-mirror to a Quay registry, and triggers synchronization and refresh operations on three ArgoCD applications:
acm-cuga-system,agent-service-broker, andbackup-restore-pipelines. Includes colored logging output for better visibility and error handling throughout the process.📄
scripts/patches/v110-patch1/v110-patch1-image-manifest.yamlYAML manifest file that defines the image set configuration for the v1.10 patch 1 mirror operation. Uses the OpenShift mirror API v2alpha1 format with an
additionalImagessection where specific container images to be mirrored should be listed (currently empty template).Logic based on previous 100 patch 1 found #7