Windows extraction of the Harbor upgrade archive is causing push-harbor-artifacts.sh to push malformed image tags, leading to upgrade failures.
Post extraction the filenames are replaced with (_) which was originally (:)
Current Output (Incorrect): repository/image_v1.0.0
Expected Output (Correct): repository/image:v1.0.0
Current Output (Incorrect)
Expected Output (Correct)
TCA: 3.2
TCP: 5.0
Resolved in TCA 3.3.0.1
Extract the package contents onto your Linux host and run the provided push-harbor-artifacts.sh utility.