[PR #348] [MERGED] Handle transient OCI registry outages during digest validation #100
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/homelab-cluster#100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/webgrip/homelab-cluster/pull/348
Author: @Copilot
Created: 6/1/2026
Status: ✅ Merged
Merged: 6/1/2026
Merged by: @Ryangr0
Base:
main← Head:copilot/fix-validating-cluster-config📝 Commits (2)
e2fad2cInitial plan3cc26a5fix: tolerate transient OCI registry outages in digest verification📊 Changes
3 files changed (+62 additions, -9 deletions)
View changed files
📝
scripts/lib/oci.sh(+34 -5)📝
scripts/update-oci-digests.sh(+14 -1)📝
scripts/verify-oci-digests.sh(+14 -3)📄 Description
The failing
Validate rendered cluster configjob was blocked by transient502responses from Quay while resolving Jetstack chart digests. This change keeps digest validation strict for real mismatches, while avoiding false CI failures when the upstream registry is temporarily unavailable.Digest lookup hardening
HEADrequests5xx/network) vs permanentValidation behavior
Update path behavior
update-oci-digests.shfail-fast🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.