Skip to content

Add v1.10 patch 1 script and image manifest#17

Open
bluzarraga wants to merge 4 commits into
mainfrom
v1.1.0-patch1
Open

Add v1.10 patch 1 script and image manifest#17
bluzarraga wants to merge 4 commits into
mainfrom
v1.1.0-patch1

Conversation

@bluzarraga

Copy link
Copy Markdown
Member

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.sh

Bash 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, and backup-restore-pipelines. Includes colored logging output for better visibility and error handling throughout the process.

📄 scripts/patches/v110-patch1/v110-patch1-image-manifest.yaml

YAML 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 additionalImages section where specific container images to be mirrored should be listed (currently empty template).

Logic based on previous 100 patch 1 found #7

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant