Phase2 enable artifact registry proxy - #3
Open
hmariset wants to merge 7 commits into
Open
Conversation
Kustomize Render DiffComparing
Total: 6 components, +119 -1135 lines 📋 Full diff available in the workflow summary and as a downloadable artifact. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3 +/- ##
=======================================
Coverage 57.11% 57.11%
=======================================
Files 23 23
Lines 1455 1455
=======================================
Hits 831 831
Misses 548 548
Partials 76 76
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Disable nginx in squid component and enable artifact-registry-proxy component. ArgoCD adopts existing nginx resources in-place due to Prune=false annotations from Phase 1, ensuring zero-downtime migration with identical selector labels. Changes: - Disable nginx.enabled in squid (dev/staging) - Add artifact-registry-proxy ArgoCD ApplicationSet - Remove Prune=false patches from squid (no longer needed) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
hmariset
force-pushed
the
phase2-enable-artifact-registry-proxy
branch
from
July 16, 2026 14:51
78f7c4c to
5e2dd53
Compare
No functional change, just reordering patches to reduce diff noise.
hmariset
force-pushed
the
phase2-enable-artifact-registry-proxy
branch
from
July 16, 2026 14:53
5e2dd53 to
027521a
Compare
…roxy Add Prune=false annotations to nginx resources in squid component and remove releaseName from artifact-registry-proxy component. This enables in-place adoption of existing nginx resources without service interruption or StatefulSet recreation. Co-Authored-By: Claude Sonnet 4.5
- Updated chart version to 0.1.1779+f29d8f2 - Disabled self-signed certificate infrastructure - Removed squid-specific config from artifact-registry-proxy - Removed trusted-ca ConfigMap from artifact-registry-proxy base
Version 0.1.1779+f29d8f2 has missing exporter image. Use the stable version from main branch that has all required images published.
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.
Disable nginx in squid component and enable artifact-registry-proxy component.
ArgoCD adopts existing nginx resources in-place due to Prune=false annotations
from Phase 1, ensuring zero-downtime migration with identical selector labels.
Co-Authored-By: Claude Sonnet 4.5