Skip to content

fix(argocd): prefix harbor repo-creds url with oci:// - #1087

Merged
KepoParis merged 1 commit into
mainfrom
fix/harbor-oci-url
Aug 19, 2026
Merged

fix(argocd): prefix harbor repo-creds url with oci://#1087
KepoParis merged 1 commit into
mainfrom
fix/harbor-oci-url

Conversation

@KepoParis

Copy link
Copy Markdown
Contributor

Issues liées

(aucune)

Quel est le comportement actuel ?

Dans repo-creds.yml.j2, le secret oci-harbor-creds expose une url sans schéma
(harbor.<domain>). ArgoCD ne rattache alors pas ces credentials aux Applications
qui référencent le registre en oci://harbor.<domain>, d'où des échecs
d'authentification au pull des charts Helm.

Quel est le nouveau comportement ?

L'url est préfixée par oci:// et mise entre quotes.

Cette PR introduit-elle un breaking change ?

Non.

@KepoParis KepoParis self-assigned this Aug 19, 2026
@KepoParis KepoParis added the bug Something isn't working label Aug 19, 2026
@KepoParis
KepoParis requested a review from iliesmrf August 19, 2026 09:01
@KepoParis
KepoParis merged commit e2743fa into main Aug 19, 2026
2 checks passed
@KepoParis
KepoParis deleted the fix/harbor-oci-url branch August 19, 2026 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants